Creates Out Of Office Record

post

/process/api/v1/user-configurations/out-of-office

Creates an Out Of Office record.

Request

Header Parameters
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • The end date of the Out Of Office in the format yyyy-MM-dd'T'HH:mm:ss, Note - Hours, Minutes and Seconds are not supported.
  • The start date of the Out Of Office in the format yyyy-MM-dd'T'HH:mm:ss, Note - Hours, Minutes and Seconds are not supported.
  • taskAction
    Minimum Number of Items: 1
    Maximum Number of Items: 1
    Currently one action is supported.
  • The id of the user for whom Out Of Office need to be created. Its an optional property. It gets honoured only when Admin user try to create Out Of Office for other user.
Nested Schema : taskAction
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Currently one action is supported.
Show Source
Nested Schema : OutOfOfficeTaskAction
Type: object
Show Source
Nested Schema : identities
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source
Examples

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : OutOfOfficeConfiguration
Type: object
Show Source
Match All
Show Source
Nested Schema : User
Match All
Show Source
Nested Schema : taskAction
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Current one action is supported.
Show Source
Nested Schema : CommonModel
Type: object
Show Source
Nested Schema : IdentityCommon
Type: object
Show Source
Nested Schema : OutOfOfficeTaskAction
Type: object
Show Source
Nested Schema : identities
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Show Source
Nested Schema : Identity
Match All
Show Source
Nested Schema : Identity-allOf[1]
Type: object
Show Source

400 Response

Returned if some of the query parameters are invalid

401 Response

Unauthorized

429 Response

Too Many Requests

500 Response

Internal Server Error

503 Response

Too Many Exceptions or Too Slow Requests
Back to Top