---
title: "List Users Route"
method: GET
path: "/staff/users"
tags: ["Staff API"]
---

# List Users Route

`GET /staff/users`

List users with their organisation limit, filterable by email.

## Query parameters

- `query` string, nullable
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- StaffUserRow[]
  - `user_id` string, required
  - `email` string, required
  - `organisation_limit` integer, required
  - `organisations_owned` integer, required
  - `organisations_joined` integer, required

## Other responses

- `422` — Validation Error

## Changes

> 39 revisions in range; 26 could not be searched.

- **2026-07-31** `72e064594fc8` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/toolhouse/apis/toolhouse-api/changes/staff/users/get.md)

---

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