latestOpenAPI 3.1.1Proprietary – Contact us for usage terms2026-08-20173183551.4 KB

9da73dd2f99e

scim

Replace a SCIM user

Replaces the mutable attributes of a user (RFC 7644 §3.5.1).

Behavior & limitations:

  • emails and displayName are not mutable and are ignored.
  • active: false deletes the user; active: true is a no-op.
  • Multi-attribute updates are not atomic.
  • Supply If-Match for optimistic concurrency; a stale value returns 412.
put/scim/v2/Users/{id}

Path parameters

idstring required

Headers

If-Matchstring

Entity-tag precondition (RFC 7644 §3.14).

Response

Successful operation