---
title: "List job titles with employees"
method: GET
path: "/api/v1/pay-grades-and-bands/job-titles-with-employees"
tags: ["Public API"]
---

# List job titles with employees

`GET /api/v1/pay-grades-and-bands/job-titles-with-employees`

Get job titles with their associated employees for levels and bands configuration.

OAuth Scopes: pay_grades_and_bands

## Response `200`

Successful response

- LevelsAndBandsJobTitleWithEmployees[]
  - `id` integer — Job id
  - `title` string — Job title
  - `employees` LevelsAndBandsEmployee[] — Employees with this job title
    - `id` integer — Employee id
    - `name` string — Employee name
  - `levelId` integer, nullable — Associated level ID, null if not associated with any level

## Other responses

- `403` — Insufficient permissions
- `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)
