---
title: "GET /users/@me"
method: GET
path: "/users/@me"
---

# GET /users/@me

`GET /users/@me`

## Response `200`

200 response for get_my_user

- UserPIIResponse
  - `id` string, snowflake, required
  - `username` string, required — the user's username, not unique across the platform
  - `avatar` string, nullable, required — the user's avatar hash
  - `discriminator` string, required — the user's Discord-tag
  - `public_flags` integer, required — the public flags on a user's account
  - `flags` integer, required
  - `bot` boolean — whether the user belongs to an OAuth2 application
  - `system` boolean — whether the user is an Official Discord System user (part of the urgent message system)
  - `banner` string, nullable — the user's banner hash
  - `accent_color` integer, nullable — the user's banner color encoded as an integer representation of hexadecimal color code
  - `global_name` string, nullable, required — the user's display name, if it is set
  - `avatar_decoration_data` UserAvatarDecorationResponse
    - `asset` string, required — the avatar decoration hash
    - `sku_id` string, snowflake, required
  - `collectibles` UserCollectiblesResponse
    - `nameplate` UserNameplateResponse, required
      - `sku_id` string, snowflake, required
      - `asset` string, required — Path to the nameplate asset
      - `label` string, required — The label of this nameplate. Currently unused
      - `palette` union, required
        - 'crimson' — Crimson color palette
        - 'berry' — Berry color palette
        - 'sky' — Sky color palette
        - 'teal' — Teal color palette
        - 'forest' — Forest color palette
        - 'bubble_gum' — Bubble gum color palette
        - 'violet' — Violet color palette
        - 'cobalt' — Cobalt color palette
        - 'clover' — Clover color palette
        - 'lemon' — Lemon color palette
        - 'white' — White color palette
        - 'black' — Black color palette
  - `primary_guild` UserPrimaryGuildResponse
    - `identity_guild_id` string, snowflake, required
    - `identity_enabled` boolean, nullable, required — whether the user is displaying the primary guild's server tag
    - `tag` string, nullable, required — the text of the user's server tag, limited to 4 characters
    - `badge` string, nullable, required — the server tag badge hash
  - `mfa_enabled` boolean, required
  - `locale` union, required
    - 'ar' — The ar locale
    - 'bg' — The bg locale
    - 'cs' — The cs locale
    - 'da' — The da locale
    - 'de' — The de locale
    - 'el' — The el locale
    - 'en-GB' — The en-GB locale
    - 'en-US' — The en-US locale
    - 'es-419' — The es-419 locale
    - 'es-ES' — The es-ES locale
    - 'fi' — The fi locale
    - 'fr' — The fr locale
    - 'he' — The he locale
    - 'hi' — The hi locale
    - 'hr' — The hr locale
    - 'hu' — The hu locale
    - 'id' — The id locale
    - 'it' — The it locale
    - 'ja' — The ja locale
    - 'ko' — The ko locale
    - 'lt' — The lt locale
    - 'nl' — The nl locale
    - 'no' — The no locale
    - 'pl' — The pl locale
    - 'pt-BR' — The pt-BR locale
    - 'ro' — The ro locale
    - 'ru' — The ru locale
    - 'sv-SE' — The sv-SE locale
    - 'th' — The th locale
    - 'tr' — The tr locale
    - 'uk' — The uk locale
    - 'vi' — The vi locale
    - 'zh-CN' — The zh-CN locale
    - 'zh-TW' — The zh-TW locale
  - `premium_type` union
    - 0 — None
    - 1 — Nitro Classic
    - 2 — Nitro Standard
    - 3 — Nitro Basic
  - `email` string, nullable
  - `verified` boolean

## Other responses

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

---

[API](https://skmtc.net/discord/apis/discord-http-api-preview.md) · [All operations](https://skmtc.net/discord/apis/discord-http-api-preview/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/discord/discord-http-api-preview/versions/f6cd197cbe47/schema)
