PATCH
/
api
/
v1
/
scim
/
users
/
{id}
curl --request PATCH \
  --url https://saas.pads365.com/rdx/NDS.Services.User.Scim/api/v1/scim/users/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "Schemas": [
    "<string>"
  ],
  "Operations": [
    {
      "Op": 0,
      "Path": "<string>",
      "Value": "<string>"
    }
  ]
}'
{
  "schemas": [
    "<string>"
  ],
  "id": "<string>",
  "externalId": "<string>",
  "applicationExternalId": "<string>",
  "meta": {
    "resourceType": "<string>",
    "created": "2023-11-07T05:31:56Z",
    "lastModified": "2023-11-07T05:31:56Z",
    "location": "<string>",
    "version": "<string>"
  },
  "status": "<string>",
  "userName": "<string>",
  "name": {
    "formatted": "<string>",
    "familyName": "<string>",
    "givenName": "<string>",
    "middleName": "<string>",
    "honorificPrefix": "<string>",
    "honorificSuffix": "<string>"
  },
  "displayName": "<string>",
  "preferredLanguage": "<string>",
  "locale": "<string>",
  "timezone": "<string>",
  "active": true,
  "emails": [
    {
      "value": "<string>",
      "type": "<string>",
      "display": "<string>",
      "primary": true,
      "$ref": "<string>"
    }
  ],
  "nfc": "<string>",
  "roles": [
    {
      "Id": "<string>",
      "DisplayName": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Body

application/json

Response

200 - application/json

The response is of type object.