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

# List users

`GET /api/auth/admin/users`

Lists users with cursor-based pagination.

## Query parameters

- `cursor` string, nullable
- `limit` integer, nullable

## Response `200`

OK

- UsersPage
  - `next_cursor` string, nullable
  - `users` User[], required
    - `created_at` string, date-time
    - `email` string
    - `email_verified` boolean
    - `id` string
    - `image` string, nullable
    - `metadata` object, nullable
    - `name` string
    - `updated_at` string, date-time

## Changes

- **2026-07-08** `2ff1d8d3f239` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/authula/apis/authula-api/changes/api/auth/admin/users/get.md)

---

[API](https://skmtc.dev/authula/apis/authula-api.md) · [All operations](https://skmtc.dev/authula/apis/authula-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/authula/authula-api/revisions/44b6363930f5/schema)
