Patch user
Users
Patch user
Applies a partial update to a user using a SCIM
PatchOp.
Commonly used to deactivate a user by setting active to false.
PATCH
Patch user
Authorizations
SCIM bearer token issued from your Cube Cloud account settings.
Path Parameters
The unique SCIM identifier of the resource.
Body
application/json
Response
The updated 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.