PATCH api/scim/users/{id}

Update the User Details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

SCIMPatchRequest
NameDescriptionTypeAdditional information
schemas

Collection of string

None.

Operations

Collection of SCIMPatchOperation

None.

Request Formats

application/json, text/json

Sample:
{
  "schemas": [
    "sample string 1",
    "sample string 2"
  ],
  "Operations": [
    {
      "op": "sample string 1",
      "path": "sample string 2",
      "value": {}
    },
    {
      "op": "sample string 1",
      "path": "sample string 2",
      "value": {}
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SCIMPatchRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.