GET
/
organization
/
{id}
/
invitation
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

200
application/json
successful retrived all organization member 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