---
title: "Get the authenticated user's profile"
method: GET
path: "/api/preview/user/profile"
tags: ["user-profile"]
---

# Get the authenticated user's profile

`GET /api/preview/user/profile`

## Response `200`

Successful response

- object
  - `auth_method` string, nullable
  - `avatar` object, required
  - `bio` string, nullable
  - `created_at` string
  - `display_name` string, nullable
  - `email` string, nullable
  - `gravatar_checked_at` string, nullable
  - `gravatar_status` string, nullable
  - `has_password` boolean
  - `id` string
  - `image` string, nullable
  - `name` string, nullable
  - `updated_at` string

---

[API](https://skmtc.net/symbol/apis/symbol-api.md) · [All operations](https://skmtc.net/symbol/apis/symbol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/symbol/symbol-api/revisions/c690ac22ae04/schema)
