PATCH api/scim/v2/users/{scimId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| scimId | string |
Required |
Body Parameters
PatchRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| schemas | Collection of string |
None. |
|
| operations | Collection of PatchOperation |
None. |
Request Formats
application/json, text/json
Sample:
{
"schemas": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
application/scim+json
Sample:
{
"operations": null,
"schemas": [
"sample string 1",
"sample string 2"
]
}
Response Information
Resource Description
ScimUser| Name | Description | Type | Additional information |
|---|---|---|---|
| name | Name |
None. |
|
| active | boolean |
None. |
|
| userName | string |
None. |
|
| emails | Collection of EMailAddress |
None. |
|
| locale | string |
None. |
|
| urn:ietf:params:scim:schemas:extension:sduserextension:2.0:User | Dictionary of string [key] and string [value] |
None. |
|
| schemas | Collection of string |
None. |
|
| id | globally unique identifier |
None. |
|
| externalId | string |
None. |
|
| meta | ResourceMetadata |
None. |
Response Formats
application/json, text/json, application/scim+json
Sample:
Sample not available.