Users
Update a SCIM user
Fully replaces a SCIM user’s attributes. Returns 200 with the updated user. Returns 204 when setting active to false on a pending invite.
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".Response
Returns200 with the updated user. Returns 204 No Content when setting active to false on a pending invite; deprovisioning an active member returns 200.
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.