---
title: "Set Employees for Break Policy"
method: PUT
path: "/api/v1/time-tracking/break-policies/{id}/assign"
tags: ["Meal & Rest Breaks", "Public API"]
---

# Set Employees for Break Policy

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

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

OAuth Scopes: time_tracking:breaks.write

## Path parameters

- `id` string, uuid, required

## Request body

- object
  - `employeeIds` integer[], required — Array of internal employee IDs to assign to the break policy. Replaces all existing assignments.

## Response `204`

Employees assigned successfully

## Other responses

- `400` — Invalid data provided.
- `403` — Forbidden
- `404` — Break policy not found
- `422` — Unprocessable entity. The provided `id` is not a valid UUID, or `employeeIds` is not an array of positive integers.

---

[API](https://skmtc.net/bamboohr/apis/bamboohr-api.md) · [All operations](https://skmtc.net/bamboohr/apis/bamboohr-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bamboohr/bamboohr-api/versions/19ebf391a399/schema)
