Add user to organization
Users
Add user to organization
Add a user to an organization. The authenticated user must belong to the organization and hold Owner privileges. Aegister sends the new user an invitation email.
POST
Add user to organization
Authorizations
Path Parameters
If the user is not already registered, this parameter can be 0.
In case is 0, the email field is required in the request body.
Body
Define user role inside the organization.
Assignable roles are:
owner: can manage all aspect of the organizationsecurity_officer: can edit basic informations of the organizationviewer: can only view informations of the organization
Available options:
viewer, security_officer, owner This is required if userid path parameter is 0.

