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

# List Users

`GET /api/v1/users`

List all users from Firestore that belong to the authenticated business.

**Important:** Only returns users whose IDs are in the business's user_ids array.

No pagination, filtering, or sorting - returns all users for the business.

**Response:**
- `items`: Array of user objects
- `total`: Total number of users in the business

**Example:** `/api/v1/users`

## Response `200`

Successful Response

- ListUsersResponse — Response model for listing users
  - `items` object[], required
  - `total` integer, required

---

[API](https://skmtc.dev/neosapien/apis/neocore.md) · [All operations](https://skmtc.dev/neosapien/apis/neocore/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/neosapien/neocore/revisions/8b94ef58f2cf/schema)
