---
title: "Add employees to cycle"
method: POST
path: "/api/v1/compensation/planning_cycles/{id}/employees"
tags: ["Compensation Planning", "Public API"]
---

# Add employees to cycle

`POST /api/v1/compensation/planning_cycles/{id}/employees`

Add employees to a compensation planning cycle.

OAuth Scopes: planning_cycles.write

## Path parameters

- `id` integer, required

## Request body

- object
  - `employeeIds` string[], required — Array of internal employee IDs to add to the cycle

## Response `204`

Employees added successfully

## Other responses

- `400` — Invalid request data
- `403` — Insufficient permissions
- `404` — Resource not found
- `500` — Internal server error

---

[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/revisions/19ebf391a399/schema)
