Update user
SCIM
Update user
Partially updates a user’s attributes using SCIM PATCH operations (RFC 7644 Section 3.5.2).
Only the replace operation is supported. Supported target paths:
activeexternalIduserNamename.givenNamename.familyNamename(complex object)emails(complex array)emails[type eq "work"].value
When path is omitted, the value must be an object whose fields are merged into the user resource.
Returns 204 No Content on success.
PATCH
Update user
Authorizations
SCIM access token issued via Phrase Platform organization settings. The Bearer token value must be configured in Phrase Platform SCIM section.
Path Parameters
Phrase Platform identity UID of the user
Body
Response
User updated successfully — no content returned