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