Patch a user
Performs a SCIM PATCH operation on a user. Supports:
- Replacement of specific attributes using the 'path' parameter
- Full or partial update using the 'value' parameter without a path
- Setting 'active' to false to delete the user (returns 204 No Content)
- Removing attributes using the 'remove' operation. Only optional attributes can be removed.
Scoped OAuth requires: users.write
Authorization
apiKey bearerToken Authorization<token>
A General Access API Key with format Token token=<API_KEY>
In: header
AuthorizationBearer <token>
An App OAuth Token with format Bearer <TOKEN>
In: header
Path Parameters
id*string
The ID of the user targeted in this request.
Request Body
application/json
SCIM Patch Operation
TypeScript Definitions
Use the request body type in TypeScript.
A SCIM patch request body
Response Body
application/scim+json
application/scim+json
application/scim+json
application/scim+json
application/scim+json
application/scim+json