GET
/
organization
/
{id}
/
invitation
List all Organization Member Invitations
curl --request GET \
  --url https://api.alerty.ai/organization/{id}/invitation \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "email": "<string>",
    "role": "<string>",
    "userId": "<string>",
    "organizationId": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

the organization id

Response

successful retrived all organization member invitations

list of invitations

email
string
required

the invitation email

userId
string
required

the user id inviter

organizationId
string
required

the invation organization id

id
string

invitation id

role
string

the invitation role