---
title: "Get Hiring Leads"
method: GET
path: "/api/v1/applicant_tracking/hiring_leads"
tags: ["Applicant Tracking", "Public API"]
---

# Get Hiring Leads

`GET /api/v1/applicant_tracking/hiring_leads`

Get the list of employees who can be assigned as a hiring lead when creating a new job opening. The authenticated caller must have access to ATS settings. Use the returned `employeeId` values as the `hiringLead` field when calling the Create Job Opening endpoint.

## Response `200`

Success. Returns an array of employees who can be assigned as hiring leads.

- object[]
  - `employeeId` integer — The internal employee ID to use as the `hiringLead` value in the Create Job Opening request
  - `preferredFullName` string — The employee's preferred full name

## Other responses

- `401` — Unauthorized. Invalid API credentials.
- `403` — Insufficient user permissions or API access is not turned on.
- `404` — Bad request url.

---

[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)
