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

Body

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