Organizations

Add a user to the organization by email as Admin

Add a user to the organization by email with Admin role.

Invites the email if it is not registered yet; otherwise links the existing account. invite_sent in the response tells the caller whether an invitation email was actually dispatched.

post/organizations/{organization_id}/users/by-email

Path parameters

organization_idstring required

Request body

emailstring required

Response

Successful Response

user_idstring required

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

invite_sentboolean 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.

Changes

No recorded changes to this endpoint across all 1 revision of this API.