POST
/
v1
/
organizations
/
invite
curl --request POST \
  --url https://platform.thena.ai/v1/organizations/invite \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'x-org-id: <api-key>' \
  --data '{
  "email": "<string>"
}'

Authorizations

Authorization
string
header
required

Enter JWT bearer token

x-org-id
string
header
required

Enter organization ID

Body

application/json
email
string
required

The email of the user to invite

Response

401

User is not authenticated!