Replace user
Replaces all attributes of an existing user with the supplied representation.
Authorizations
SCIM bearer token issued from your Cube Cloud account settings.
Path Parameters
The unique SCIM identifier of the resource.
Body
A SCIM 2.0 core User resource.
Unique identifier for the user, typically their email address.
[
"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
The updated user.
A SCIM 2.0 core User resource.
Unique identifier for the user, typically their email address.
[
"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.