API సూచన
members
ఈ ప్రాంతంలో 5 ఎండ్పాయింట్లు ఉన్నాయి. ప్రతీదానికి దాని స్వంత పారామీటర్లు, రెస్పాన్స్ మరియు మీరు రన్ చేయగల రిక్వెస్ట్తో కూడిన ప్రత్యేక పేజీ ఉంటుంది.
| ద్ధతి | పాత్ | ఇది ఏమి చేస్తుంది | అనుమతి |
|---|---|---|---|
| GET | /v1/members/invitations | List pending member invitations in scope. | members.read |
| POST | /v1/members/invitations | Invite an email to join an organization with a role. | members.invite |
| GET | /v1/members/invitations/mine | List the caller's own pending invitations. | — |
| DELETE | /v1/members/invitations/{invitationId} | Revoke a pending invitation. | members.invite |
| POST | /v1/members/invitations/{invitationId}/accept | Accept an invitation addressed to your email. | — |