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

9da73dd2f99e

scim

Patch a SCIM user

Applies partial modifications (RFC 7644 §3.5.2).

Behavior & limitations:

  • Removing the required userName returns 400.
  • active: false deletes the user.
  • emails / displayName are not mutable.
  • roles[].value must be a numeric profile id (a non-numeric value is silently ignored).
  • Supply If-Match for optimistic concurrency; a stale value returns 412.
patch/scim/v2/Users/{id}

Path parameters

idstring required

Headers

If-Matchstring

Response

Successful operation