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

# Get User Details

`GET /admin/users/{user_id}`

Get detailed information about a specific user (admin only)

## Path parameters

- `user_id` integer, required

## Response `200`

Successful Response

- UserDetail
  - `id` integer, required
  - `email` string, required
  - `name` string, nullable
  - `created_at` string, date-time, required
  - `is_active` boolean, required
  - `total_quota` integer
  - `used_quota` integer
  - `gift_quota` integer
  - `total_recharge` number
  - `remaining_quota` integer
  - `api_keys` string[]

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter.md) · [All operations](https://skmtc.dev/deepshare/apis/markdown-to-docx-converter/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepshare/markdown-to-docx-converter/revisions/3c4ed7b0427a/schema)
