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

# List users

`GET /v3/aggregation/users`

Return a list of your users

## Response `200`

List users

- object — Represent paginated collection of resources.
  - `resources` User[]
    - `uuid` string, required — A Universally Unique IDentifier (UUID) as a human-readable string using hexadecimal text with inserted hyphen characters
    - `external_user_id` string — Your own user ID (format: [a-zA-Z0-9-_]{1,128})
  - `pagination` object
    - `next_uri` string, nullable

## Other responses

- `401` — Error 401

---

[API](https://skmtc.dev/bridgeapi/apis/bridge-api.md) · [All operations](https://skmtc.dev/bridgeapi/apis/bridge-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bridgeapi/bridge-api/revisions/9b9ad8010fd5/schema)
