---
title: "List users across all companies (admin only, delegated path)"
method: GET
path: "/api/admin/users/list"
tags: ["Administration/Users"]
---

# List users across all companies (admin only, delegated path)

`GET /api/admin/users/list`

Paginated, filterable, sortable list of users joined with `user_companies` — a user appears once per company they belong to. Enriches each row with `companyName` and `primaryCompanyName`.

## Query parameters

- `page` integer
- `count` integer
- `sort` string
- `q` string
- `filter` string
- `withDelegatedUsers` union
  - boolean
  - string

## Response `200`

Default Response

- object
  - `data` object[], required
    - `id` string, required
    - `firstName` string, nullable, required
    - `lastName` string, nullable, required
    - `email` string, nullable, required
  - `meta` object, required
    - `count` number, required
    - `page` number, required
    - `pageSize` number, required
    - `totalCount` number, required

## Other responses

- `400` — Default Response
- `401` — Default Response
- `403` — Default Response

## Changes

> 22 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 3 breaking, 3 info
  - the response property `data/items/email` became nullable for the status `200`
  - the response property `data/items/firstName` became nullable for the status `200`
  - the response property `data/items/lastName` became nullable for the status `200`
  - response property `data/items/email` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …2 more

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

---

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