---
title: "List Employee Time Off Policies (v1)"
method: GET
path: "/api/v1/employees/{employeeId}/time_off/policies"
tags: ["Time Off", "Public API"]
deprecated: true
---

# List Employee Time Off Policies (v1)

`GET /api/v1/employees/{employeeId}/time_off/policies`

> **Deprecated.**

Deprecated. Use **List Employee Time Off Policies (v1.1)** instead (`list-employee-time-off-policies-v1-1`). Returns the time off policies currently assigned to the specified employee, including policy ID, time off type, and accrual start date.

OAuth Scopes: time_off

## Path parameters

- `employeeId` string, required

## Response `200`

The list of time off policies assigned to the employee. Only includes regular (accruing) policy types.

- object[]
  - `timeOffPolicyId` string — The ID of the assigned time off policy.
  - `timeOffTypeId` integer — The ID of the time off type.
  - `accrualStartDate` string, date — The date accruals started in YYYY-MM-DD format.

## Other responses

- `401` — Unauthorized. Invalid API credentials.
- `403` — Insufficient permissions to view time off policy assignments.

---

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