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

## Changes

> 13 revisions in range; 9 could not be searched.

- **2025-08-21** `9321c45d93b5` — 2 breaking, 1 info
  - the response property `items/email` became optional for the status `200`
  - the response property `items/id` became optional for the status `200`
  - api tag `public` removed

[Change history](https://skmtc.dev/onyx-dot-app/apis/onyx-api/changes/users/get.md)

---

[API](https://skmtc.dev/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.dev/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/revisions/2980a9073ffe/schema)
