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

# Get User

`GET /v2/users/{user_id}`

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- UserDetailResponse
  - `id` string, required
  - `email` string, nullable
  - `first_name` string, nullable
  - `last_name` string, nullable
  - `image_url` string, nullable
  - `created_at` string, nullable

## Other responses

- `422` — Validation Error

---

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