Out Of Office REST Endpoints
User Configurations/Out Of Office
The operations from the User Configurations/Out Of Office category.
- Creates Out Of Office Record
- Method: postPath:
/process/api/v1/user-configurations/out-of-office - Deletes Out Of Office Record
- Method: deletePath:
/process/api/v1/user-configurations/out-of-office/{id} - Get Out Of Office record
- Method: getPath:
/process/api/v1/user-configurations/out-of-office/{id} - List Out Of Office Records
- Method: getPath:
/process/api/v1/user-configurations/out-of-office - Update Out of Office Record
- Method: putPath:
/process/api/v1/user-configurations/out-of-office/{id}