---
title: "Fetches information about another user"
method: GET
path: "/Account/{AccountId}"
tags: ["Account", "Account"]
---

# Fetches information about another user

`GET /Account/{AccountId}`

This is a work in progress and currently only returns thier Username.

## Path parameters

- `AccountId` string, required

## Response `200`

Returns a GetOtherAccountResponse containing the example values.

- GetOtherAccountResponse
  - `UserId` integer
  - `Username` string

## Other responses

- `401` — API Key is not specified or invalid.
- `403` — Forbidden
- `404` — Could not find user with specified Id.

---

[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)
