---
title: "GET /oauth/users"
method: GET
path: "/oauth/users"
tags: ["OAuth"]
---

# GET /oauth/users

`GET /oauth/users`

Lists all OAuth users

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

## Query parameters

- `offset` integer
- `limit` integer

## Headers

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

## Response `200`

List of users registered in Biome's OAuth

- object
  - `data` OAuthUser[]
    - `subject` string — Oauth provider's unique identifier for the user
    - `user_id` string — Biome's internal unique identifier for the user
  - `paging` Paging
    - `current` string
    - `offset` integer
    - `limit` integer
    - `total` integer
    - `first` string
    - `prev` string
    - `next` string
    - `last` string

## Other responses

- `400` — Request was malformed
- `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)
