PATCH api/scim/users/{id}
Update the User Details
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
SCIMPatchRequest| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.