cURL
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" } '
Invites a user to join an organization via email. The authenticated user must be logged into an organization context to send invites.
access token
Email address of the user to invite
"newuser@example.com"
Invitation created and sent successfully