---
title: "List compensation planning cycle admins"
method: GET
path: "/api/v1/compensation/planning_cycles/{id}/admins"
tags: ["Compensation Planning", "Public API"]
---

# List compensation planning cycle admins

`GET /api/v1/compensation/planning_cycles/{id}/admins`

List compensation planning cycle admins.

OAuth Scopes: planning_cycles

## Path parameters

- `id` integer, required

## Response `200`

Success

- object
  - `admins` object[] — List of admins for the cycle
    - `employeeId` string, nullable — Internal employee ID of the employee associated with this admin. Null if user has no associated employee.
    - `displayName` string — Display name of the admin
    - `firstName` string — First name of the admin
    - `lastName` string — Last name of the admin
    - `jobTitle` string — Job title of the admin
    - `photoUrl` string — URL to the admin profile photo
    - `adminType` 'FULL_ACCOUNT_ADMIN' | 'CYCLE_ADMIN' — Type of admin
    - `isRemovable` boolean — Whether this admin can be removed from the cycle
    - `addedAt` string, date-time, nullable — ISO 8601 timestamp when the admin was added. Null for full account admins.
    - `addedByEmployeeId` string, nullable — Internal employee ID of the employee who added this admin. Null for full account admins or if user has no associated employee.
  - `isFullAdmin` boolean — Whether the requesting user is a full compensation plan admin

## Other responses

- `403` — Forbidden
- `404` — 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)
