API ReferenceUser
Change hours (given in seconds) per work day of users from given departments
Change hours (given in seconds) per work day of users from given departments
Authorization
apiKey Authorization<token>
Value for the Authorization header parameter.
In: header
The new UserSetHoursByDepartments resource
TypeScript Definitions
Use the request body type in TypeScript.
departmentIds*array<>|
Items
1 <= itemshoursPerWorkDay*number
Format
integerRange
0 <= value <= 86400Response Body
curl -X POST "https://example.com/user/set-hours-per-work-day/by-departments" \ -H "Content-Type: application/json" \ -d '{ "departmentIds": [ "c9a460f4-2870-477c-8605-54a100427561" ], "hoursPerWorkDay": 0 }'Empty
