---
title: "GET /biome/users"
method: GET
path: "/biome/users"
tags: ["Biome"]
---

# GET /biome/users

`GET /biome/users`

Lists all users

This endpoint requires the permission "biome.user.read".

## Headers

- `Authorization` string, required
- `SplinterProtocolVersion` integer

## Response `200`

List of users registered in Biome

- object[]
  - `username` string — Username used for login
  - `user_id` string — Internal unique identifier for the user

## Other responses

- `401` — The client is unauthorized
- `500` — Internal server error occurred

---

[API](https://skmtc.dev/cargill/apis/splinterd-api.md) · [All operations](https://skmtc.dev/cargill/apis/splinterd-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cargill/splinterd-api/revisions/38a272c24bd9/schema)
