v1
latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KBSCIM
Update user
Updates a user's attributes. Only fields explicitly provided with a non-null, non-blank value are written — omitted, null, blank, or empty-list fields keep their current values.
Updatable fields: userName, name.givenName, name.familyName, emails (primary address), externalId, locale, timezone, active.
The active field is always applied from the request body regardless of its previous value.
Bot identities and users managed externally (EXTERNAL membership) cannot be updated.
Role assignments in the request body are ignored — role updates via SCIM are not supported.
put/scim/Users/{userUid}
Path parameters
userUidstring required
Phrase Platform identity UID of the user
Request body
Example request
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
]
}Response
User updated successfully