Create invitation
Creates a new invitation for a user to the organization. This function is also used to change role/team settings for a invited user identified by email address.
| Header Parameters |
|---|
organization-id uuidID of organization context this request belongs to. |
| Request Body — REQUIRED |
|---|
admin booleanSpecifies if user should be an administrator [true|false]. |
email email — REQUIRED |
organizationId uuid — REQUIRED |
teams uuid[] |
| Responses | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
201Invitation successfully created
| ||||||||||
400Bad Request (e.g. element not found or resource conflict).
| ||||||||||
403Missing permission
| ||||||||||
500Internal server error (Internal service communication or process error).
|