---
title: "Get Review Assignees"
method: GET
path: "/reviews/assignees"
tags: ["reviews"]
---

# Get Review Assignees

`GET /reviews/assignees`

Distinct users assigned to at least one of the company's reviews.

Powers the Reviews "Assigned to" filter. Derived from the reviews rather
than the company roster so the options match what the column can show:
teammates with no reviews are left out, and users who have since been
deactivated stay filterable while their name is still rendered.

## Response `200`

Successful Response

- AssigneeOption[]
  - `user_id` string, uuid, required
  - `name` string, required

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
