Skip to main content
POST
/
organizations
/
invites
/
create
Invite a user to an organization
curl --request POST \
  --url https://auth.platform.arb.inc/organizations/invites/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "newuser@example.com"
}
'

Authorizations

Authorization
string
header
required

access token

Body

application/json
email
string<email>
required

Email address of the user to invite

Example:

"newuser@example.com"

Response

Invitation created and sent successfully