patch
https://api.recvue.com/api/v2.0/api/scim/Users/
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:
- RFC 7644 §3.5.2: https://datatracker.ietf.org/doc/html/rfc7644#section-3.5.2
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204No Content
403Forbidden
