Users
Invite a user to join the platform
Required scope - write_user. Assigning a privileged role (e.g. super_admin) additionally requires the caller to hold the root scope.
post/api/v1/users/invitations
Request body
Response
Example response
{
"user": {
"attributes": {
"attribute name 1": "value for attribute name 1",
"attribute name 2": "value for attribute name 2"
}
}
}Changes
Changed in 3 of the 50 revisions of this API.12
- ○
added the optional property
/////to the response with the statusresponse-optional-property-added
- ○
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 22 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲