---
title: "List All Users Basic Info"
method: GET
path: "/users"
tags: ["public"]
---

# List All Users Basic Info

`GET /users`

## Response `200`

Successful Response

- MinimalUserSnapshot[]
  - `id` string, uuid, required
  - `email` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
