Users
Patch a SCIM user
Applies partial updates to a SCIM user using SCIM PatchOp operations. Returns 200 with the updated user, or 204 when deprovisioning (setting active to false).
Required scopes: user_management:read-write.
PATCH
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Path
The workspace membership ID or workspace invite ID of the user to update.
Body
application/jsonMust include
"urn:ietf:params:scim:api:messages:2.0:PatchOp".List of patch operations to apply sequentially.
Response
Returns200 with the updated user object (same shape as Update a SCIM user), or 204 No Content when deprovisioning.