PUT api/management/users/out-of-office-update
Request Information
URI Parameters
None.
Body Parameters
UpdateOutOfOfficeRequestDto| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| Status | boolean |
None. |
|
| DateFrom | string |
None. |
|
| DateTo | string |
None. |
|
| AssignToSSO | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"userId": 1,
"status": true,
"dateFrom": "sample string 3",
"dateTo": "sample string 4",
"assignToSSO": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.