Skip to main content
POST
/
organization
/
{id}
/
invitation
Create an Organization Member Invitation
curl --request POST \
  --url https://api.alerty.ai/organization/{id}/invitation \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "<string>",
  "userId": "<string>",
  "organizationId": "<string>",
  "id": "<string>",
  "role": "<string>"
}
'
{
  "description": "A descriptive error message",
  "code": 1400,
  "field": "name"
}

Documentation Index

Fetch the complete documentation index at: https://docs.alerty.ai/llms.txt

Use this file to discover all available pages before exploring further.

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

successful sent invitation