POST
/
organization
/
{id}
/
invitation
curl --request POST \
  --url https://api.alerty.ai/organization/{id}/invitation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "id": "<string>",
  "email": "<string>",
  "role": "<string>",
  "userId": "<string>",
  "organizationId": "<string>"
}'
This response does not have an example.

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

Body

application/json
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

Response

201
_mintlify/placeholder

successful sent invitation