---
title: "Get User"
method: GET
path: "/v1/users/{user_id}"
tags: ["users"]
---

# Get User

`GET /v1/users/{user_id}`

Get details of a specific user.

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- UserResponse — Response model for user information.
  - `alias` string, nullable, required
  - `allowed_models` string[], nullable, required
  - `blocked` boolean, required
  - `budget_id` string, nullable, required
  - `budget_started_at` string, nullable, required
  - `created_at` string, required
  - `metadata` object, required
  - `next_budget_reset_at` string, nullable, required
  - `reserved` number, required
  - `spend` number, required
  - `updated_at` string, required
  - `user_id` string, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-21** `d7a89e7ed4d3` — 1 info
  - added the required property `allowed_models` to the response with the `200` status
- **2026-07-20** `d9a87177ce4a` — 1 info
  - the endpoint scheme security `XApiKeyAuth` was added to the API
- **2026-07-14** `0ad4e5f1cc3e` — 1 info
  - the endpoint scheme security `ApiKeyAuth` was added to the API
- **2026-06-01** `6b2b223457db` — 1 info
  - added the required property `reserved` to the response with the `200` status
- **2026-04-17** `0f43605bdc13` — 1 breaking, 1 info
  - removed the required property `reserved` from the response with the `200` status
  - the endpoint scheme security `ApiKeyAuth` was removed from the API

[Change history](https://skmtc.dev/mozilla-ai/apis/otari/changes/v1/users/:user_id/get.md)

---

[API](https://skmtc.dev/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.dev/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/7f178e92b56c/schema)
