Skip to main content
Add a user to the organization by email as Admin

Path Parameters

organization_id
string
required

Body

application/json

Request model to add an existing user to an organization by email.

email
string
required

Response

Successful Response

Result of adding a user to an organization by email.

Returned by the service and used verbatim as the route's response model.

user_id
string
required

ID of the (invited or pre-existing) user that was added.

invite_sent
boolean
required

True when the email was not registered yet and an invitation email was dispatched. False when the email already belonged to a registered user, in which case the existing account was linked and no email was sent.