---
title: "List Recording Users"
method: GET
path: "/recordings/users"
tags: ["recordings"]
---

# List Recording Users

`GET /recordings/users`

Name + internal_role directory for `/admin/recordings`. No emails.

## Response `200`

Successful Response

- RecordingUser[]
  - `user_id` string, required
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `internal_role` 'ADMIN' | 'TEST' | 'REVIEWER' | 'LEAD_REVIEWER'

## Other responses

- `404` — Not found

---

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