---
title: "Get User Profile"
method: GET
path: "/v1/user/profile"
tags: ["Profile"]
---

# Get User Profile

`GET /v1/user/profile`

Returns the authenticated user's display name, email, and profile photo.

## Response `200`

Successful response

- GetUserProfileResponse
  - `profile` UserProfile, required
    - `userId` string, uuid, required
    - `email` string, email, required
    - `displayName` string, required
    - `avatarUrl` string, uri, nullable, required

## Other responses

- `401` — Unauthorized - Invalid or missing API key
- `404` — Resource not found
- `500` — Internal server error

---

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