v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Meal & Rest Breaks
Public API

Set Employees for Break Policy

Sets the employee assignments for a break policy. This replaces all existing assignments with the provided list.

OAuth Scopes: time_tracking:breaks.write

put/api/v1/time-tracking/break-policies/{id}/assign

Path parameters

idstring uuid required

The break policy ID.

Request body

employeeIdsinteger[] required

Array of internal employee IDs to assign to the break policy. Replaces all existing assignments.

Response

Employees assigned successfully