Users
Patch a SCIM user
Applies partial updates to a SCIM user using SCIM PatchOp operations. Returns 200 with the updated user. Returns 204 when setting active to false on a pending invite.
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). Returns 204 No Content when setting active to false on a pending invite; deprovisioning an active member returns 200.