Users
Update a SCIM user
Fully replaces a SCIM user’s attributes. Returns 200 with the updated user, or 204 when deprovisioning (setting active to false).
Required scopes: user_management:read-write.
PUT
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:schemas:core:2.0:User".The user’s email address. Must be a valid email.
Whether the user should be active. Setting to
false suspends the member and revokes their active sessions.The user’s role:
"admin" or "member".A URL to the user’s avatar. Pass
null to clear.Response
Returns200 with the updated user, or 204 No Content when deprovisioning.
Always
["urn:ietf:params:scim:schemas:core:2.0:User"].The workspace membership ID or workspace invite ID.
The user’s email address.
Whether the user is active.
The user’s role:
"admin" or "member". Not present for suspended users.The user’s avatar URL. May be
null.