---
title: "List Users"
method: GET
path: "/admin/users"
tags: ["Admin", "Admin"]
---

# List Users

`GET /admin/users`

List all users with their quota information (admin only)

## Query parameters

- `skip` integer
- `limit` integer

## Response `200`

Successful Response

- UserListItem[]
  - `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

## 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)
