Partially update a user by ID via SCIM 2.0 (RFC 7644 §3.5.2)

Applies a SCIM PatchOp request. Only attributes present in the Operations array are changed; all other fields retain their current values.

Microsoft Entra role-update example:

{
  "schemas": ["urn:ietf:params:scim:api:messages:2.0:PatchOp"],
  "Operations": [
    {
      "op": "Replace",
      "path": "roles[primary eq \"True\"].value",
      "value": "Security Admin"
    }
  ]
}

References:

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int32
required

Internal RecVue user ID

Body Params
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
string
enum
boolean
boolean
boolean
boolean
boolean
boolean
boolean
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

204

No Content

403

Forbidden

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/scim+json