---
title: "Fetch User Profile"
method: POST
path: "/discord/user/{snowflake}"
tags: ["Discord"]
---

# Fetch User Profile

`POST /discord/user/{snowflake}`

Convert a snowflake to a user profile

## Path parameters

- `snowflake` string, required

## Response `200`

OK

- DiscordDiscordResponse
  - `cache_time` integer
  - `extra` DiscordExtraDataType
    - `avatar` DiscordProfileDisplayType
      - `animated` boolean
      - `url` string
    - `avatar_url` string
    - `banner` DiscordProfileDisplayType
      - `animated` boolean
      - `url` string
    - `banner_url` string
    - `flags` string[]
  - `user` DiscordUser
    - `accent_color` integer
    - `avatar` string
    - `avatar_decoration_data` DiscordAvatarDecorationData
      - `asset` string
      - `sku_id` integer
    - `banner` string
    - `bot` boolean
    - `discriminator` string
    - `global_name` string
    - `id` integer
    - `public_flags` integer
    - `system` boolean
    - `username` string

## Other responses

- `400` — Bad Request

---

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