---
title: "List users"
method: GET
path: "/users"
tags: ["users"]
---

# List users

`GET /users`

Returns a cursor-paginated list of all users. Requires system admin.

## Query parameters

- `limit` integer
- `cursor` string
- `include_deleted` boolean

## Response `200`

OK

- InternalApiAdminPaginatedUsersResponse
  - `data` InternalApiAdminUserResponse[]
    - `auth_provider` string
    - `created_at` string
    - `deleted_at` string
    - `display_name` string
    - `email` string
    - `id` string
    - `is_system_admin` boolean
    - `updated_at` string
  - `has_more` boolean
  - `next_cursor` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.dev/voidmind-io/apis/untitled-api.md) · [All operations](https://skmtc.dev/voidmind-io/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/voidmind-io/untitled-api/revisions/1405e7d9c155/schema)
