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 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
201 Invitation successfully created
| ||||||||||
400 Bad Request (e.g. element not found or resource conflict).
| ||||||||||
403 Missing permission
| ||||||||||
500 Internal server error (Internal service communication or process error).
|