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.
Path Parameters
Body
Request model to add an existing user to an organization by email.
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.
ID of the (invited or pre-existing) user that was added.
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.