Dash0 acquires Polar Signals

Manage Teams and Members

Receive a list of pending member invitations

get/api/members/invitations

Receive 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 request
12
curl --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

An invitation to join the organization that has not been accepted yet. Once accepted, the invitee is listed as a member instead.

stringrequired
"Dash0MemberInvitation"
MemberInvitationMetadatarequired