Create user
Users
Create user
Provisions a new user.
POST
Create user
Authorizations
SCIM bearer token issued from your Cube Cloud account settings.
Body
application/json
A SCIM 2.0 core User resource.
Unique identifier for the user, typically their email address.
Example:
[
"urn:ietf:params:scim:schemas:core:2.0:User"
]Whether the user is active. Set to false to deactivate.
Identifier of the user as defined by the provisioning client.
Response
201 - application/json
The created user.
A SCIM 2.0 core User resource.
Unique identifier for the user, typically their email address.
Example:
[
"urn:ietf:params:scim:schemas:core:2.0:User"
]Unique identifier assigned by Cube Cloud. Read-only.
Whether the user is active. Set to false to deactivate.
Identifier of the user as defined by the provisioning client.