---
title: "Fetch User Profile and Linked Accounts"
method: GET
path: "/discord/user/{snowflake}/profile"
tags: ["Discord", "User Profile"]
---

# Fetch User Profile and Linked Accounts

`GET /discord/user/{snowflake}/profile`

Retrieves a user's Discord profile information and all associated linked Minecraft accounts.

## Path parameters

- `snowflake` string, required

## Response `200`

Successfully retrieved user profile and linked accounts

- object
  - `linked_accounts` SprintDiscordMinecraftLink[]
    - `id` string
    - `is_primary` boolean
    - `snowflake` string
  - `user_profile` SprintUserProfile
    - `locale` string
    - `snowflake` string

## Other responses

- `401` — Unauthorized, not enough permissions
- `500` — Internal server error

---

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