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

# List Users

`GET /v2/users`

## Query parameters

- `space_id` string, nullable — Filter by users with access to this space
- `recursive` boolean — Include users with access via descendant spaces
- `limit` integer
- `offset` integer

## Response `200`

Successful Response

- UsersListResponse
  - `data` UserListItem[], required
    - `id` string, required
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `image_url` string, nullable
    - `created_at` string, nullable
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

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