Skip to main content
PATCH

Authorizations

Authorization
string
required
This API uses OAuth 2.0 with the authorization code grant flow.

Path

user_id
string
required
The workspace membership ID or workspace invite ID of the user to update.

Body

application/json
schemas
string[]
required
Must include "urn:ietf:params:scim:api:messages:2.0:PatchOp".
Operations
object[]
required
List of patch operations to apply sequentially.

Response

Returns 200 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.