Skip to main content
POST
Invite user to account

Authorizations

Authorization
string
header
required

JWT token from Auth0

Path Parameters

account_id
string
required

Account's external ID (format: acct-xxx-v1)

Example:

"acct-xyz789-v1"

Body

application/json
email
string<email>
required

Email address of the user to invite

Example:

"newuser@example.com"

Response

Invitation sent successfully

message
string
Example:

"User invitation sent successfully"