Vigilfield Docs
API referenceScim

SCIM `PATCH /Users/{id}` — accepts `op = replace` / `add` on `active` and `displayName`. Wider RFC 7644 §3.5.2 path expressions are out of scope.

PATCH/scim/v2/Users/{id}

Path Parameters

id*string

Vigilfield user id

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PATCH "https://example.com/scim/v2/Users/string" \  -H "Content-Type: application/json" \  -d '{    "Operations": [      {        "op": "string",        "value": null      }    ]  }'
null