---
title: "Allows the resolution of UserIds to Usernames in bulk or singular."
method: GET
path: "/Account/Usernames"
tags: ["Account", "Account"]
---

# Allows the resolution of UserIds to Usernames in bulk or singular.

`GET /Account/Usernames`

Please specify an array of User Ids in the form &UserIds=&UserIds=

## Query parameters

- `UserIds` integer[], required

## Response `200`

An object containing userId, Name pairs will be returned.

- GetNamesResponse[]
  - `UserId` integer
  - `Name` string

## Other responses

- `400` — No UserIds were specified.
- `401` — API Key is not specified, or invalid.
- `403` — Forbidden
- `510` — Failure calling internal lookup.

---

[API](https://skmtc.dev/pishock/apis/pishock-public-api-v1.md) · [All operations](https://skmtc.dev/pishock/apis/pishock-public-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pishock/pishock-public-api-v1/revisions/271272058af7/schema)
