Skip to main content
PATCH

Authorizations

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

Path

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

Body

application/json
string[]
required
Must include "urn:ietf:params:scim:api:messages:2.0:PatchOp".
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.