---
title: "GET /users/{user_id}"
method: GET
path: "/users/{user_id}"
---

# GET /users/{user_id}

`GET /users/{user_id}`

## Response `200`

200 response for get_user

- UserResponse
  - `id` string, snowflake, required
  - `username` string, required
  - `avatar` string, nullable, required
  - `discriminator` string, required
  - `public_flags` integer, required
  - `flags` integer, required
  - `bot` boolean
  - `system` boolean
  - `banner` string, nullable
  - `accent_color` integer, nullable
  - `global_name` string, nullable, required
  - `avatar_decoration_data` UserAvatarDecorationResponse
    - `asset` string, required
    - `sku_id` string, snowflake, required
  - `collectibles` UserCollectiblesResponse
    - `nameplate` UserNameplateResponse, required — unresolved $ref
  - `primary_guild` UserPrimaryGuildResponse, required
    - `identity_guild_id` string, snowflake, required
    - `identity_enabled` boolean, nullable, required
    - `tag` string, nullable, required
    - `badge` string, nullable, required

## Other responses

- `429` — Client ratelimited response
- `4XX` — Client error response

## Changes

- **2026-02-04** `e200830e509a` — 10 info
  - the response property `avatar` became required for the status `200`
  - the response property `avatar_decoration_data/oneOf[#/components/schemas/UserAvatarDecorationResponse]/sku_id` became required for the status `200`
  - the response property `collectibles/oneOf[#/components/schemas/UserCollectiblesResponse]/nameplate` became required for the status `200`
  - the response property `collectibles/oneOf[#/components/schemas/UserCollectiblesResponse]/nameplate/oneOf[#/components/schemas/UserNameplateResponse]/sku_id` became required for the status `200`
  - …6 more

[Change history](https://skmtc.dev/discord/apis/discord-http-api-preview/changes/users/:user_id/get.md)

---

[API](https://skmtc.dev/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.dev/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/revisions/3ca3daa6cfd2/schema)
