Skip to main content
POST
/
invitations
cURL
curl --request POST \
  --url https://api.theauthapi.com/invitations \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "emails": [
    "<string>"
  ],
  "role": "<string>",
  "accountId": "<string>",
  "projectIds": [
    "<string>"
  ]
}
'

Authorizations

x-api-key
string
header
required

Body

application/json
emails
string[]
required
role
string
required
accountId
string
projectIds
string[]

Response

201 - undefined