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

# Get User

`GET /users/{user_id}`

## Path parameters

- `user_id` string, uuid, required

## Response `200`

Successful Response

- User
  - `id` string, uuid, required
  - `first_name` string, required
  - `last_name` string, nullable
  - `username` string, required
  - `role` 'owner' | 'admin' | 'annotator', required
  - `api_key` string, required
  - `inserted_at` string, date-time, required
  - `updated_at` string, date-time, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `500` — Internal Server Error

---

[API](https://skmtc.net/hf/apis/extralit-v1.md) · [All operations](https://skmtc.net/hf/apis/extralit-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hf/extralit-v1/versions/e9da3a893a88/schema)
