Update user
Updates an existing user with the provided details.
Scoped OAuth requires: users.write
Authorization
apiKey bearerToken A General Access API Key with format Token token=<API_KEY>
In: header
An App OAuth Token with format Bearer <TOKEN>
In: header
Path Parameters
The ID of the user targeted in this request.
Request Body
application/json
SCIM User Update Params
TypeScript Definitions
Use the request body type in TypeScript.
The properties of a SCIM user that can be set/modified. All other properties are ignored.
Response Body
application/scim+json
application/scim+json
application/scim+json
application/scim+json
application/scim+json
application/scim+json
Patch a user PATCH
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`
MCP Server
Next Page