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

# List Users

`GET /api/v3/users`

Fetch all users with their basic fields and aggregated Overwatch usernames.

## Response `200`

Request fulfilled, document follows

- UserResponse[], nullable
  - `id` integer, required
  - `global_name` string, nullable
  - `nickname` string, nullable
  - `overwatch_usernames` string[], nullable
  - `coalesced_name` string, nullable
  - `coins` integer

---

[API](https://skmtc.net/genji/apis/genji-shimada-api.md) · [All operations](https://skmtc.net/genji/apis/genji-shimada-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/genji/genji-shimada-api/versions/6db12055b305/schema)
