---
title: "Get approver assignments for an employee"
method: GET
path: "/v1/employees/{employeeId}/approvers"
tags: ["Approver Management"]
---

# Get approver assignments for an employee

`GET /v1/employees/{employeeId}/approvers`

Retrieve the current approver assignments for a specific employee across all approval categories.

Returns a list of approver assignments, where each entry contains the approval scope (category)
and the UUID of the assigned approver (company user).

## Path parameters

- `employeeId` string, uuid, required

## Response `200`

Approver assignments retrieved successfully

- object
  - `data` ApproverInfo[]
    - `scope` 'TIME_OFF' | 'TIME_SHEET' | 'EXPENSE', required — Approval category scope
    - `approverId` string, uuid, required — UUID of the company user assigned as approver for this scope

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication required
- `403` — Forbidden - insufficient permissions
- `404` — Resource not found
- `500` — Internal server error
- `503` — Service unavailable - upstream dependency error

---

[API](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api.md) · [All operations](https://skmtc.net/usemultiplier/apis/multiplier-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usemultiplier/multiplier-public-rest-api/revisions/59cd6443fdbf/schema)
