---
title: "Add Employees to Total Rewards"
method: POST
path: "/api/v1/compensation/total_rewards/employees"
tags: ["Total Rewards", "Public API"]
---

# Add Employees to Total Rewards

`POST /api/v1/compensation/total_rewards/employees`

Add employees to Total Rewards. Each employee will have a Total Rewards profile created and will be notified if they are active users.

OAuth Scopes: total_rewards.write

## Request body

- object
  - `employeeIds` integer[], required — List of internal employee IDs to add to Total Rewards.

## Response `200`

Employees successfully added to Total Rewards.

## Other responses

- `400` — Invalid request (e.g. missing or empty employeeIds).
- `403` — The authenticated caller lacks permission to manage Total Rewards employees.
- `500` — Unexpected 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)
