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

# List users

`GET /users/list`

Retrieves users in the system. Without `limit` the full list is returned, which is what the sharing pickers rely on. Pass `limit` (and optionally `offset`/`search`) to page through large directories.

## Query parameters

- `search` string
- `limit` integer
- `offset` integer

## Response `200`

A list of users, with the total matching count.

## Other responses

- `403` — Not authorized.
- `500` — Failed to list users.

---

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