Manage Teams and Members
Receive a list of pending member invitations
get
/api/members/invitationsReceive all invitations to your organization that have not been accepted yet. Invitees are
not listed by GET /api/members until they accept, so compare against both lists before
inviting an address again. Requires the admin role.
bash
Sample request12curl --request GET 'https://api.eu-west-1.aws.dash0.com/api/members/invitations' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Receive a list of pending invitations.
array
Array items
References MemberInvitationDefinition
An invitation to join the organization that has not been accepted yet. Once accepted, the invitee is listed as a member instead.