PUT api/management/users/update
Request Information
URI Parameters
None.
Body Parameters
UpdateUserRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| DirectManager | string |
None. |
|
| IsAdmin | boolean |
None. |
|
| IsAuthorized | boolean |
None. |
|
| ReportsAccess | boolean |
None. |
|
| IsRequestor | boolean |
None. |
|
| IsExecutor | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"directManager": "sample string 2",
"isAdmin": true,
"isAuthorized": true,
"reportsAccess": true,
"isRequestor": true,
"isExecutor": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.