---
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

---

[API](https://skmtc.net/toolhouse/apis/toolhouse-api.md) · [All operations](https://skmtc.net/toolhouse/apis/toolhouse-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/toolhouse/toolhouse-api/versions/6e3bad3564b3/schema)
