---
title: "Get authenticated user profile"
method: GET
path: "/api/user/profile"
tags: ["User"]
---

# Get authenticated user profile

`GET /api/user/profile`

Retrieve the profile information for the currently authenticated user

## Response `200`

User profile retrieved successfully

- object
  - `success` boolean
  - `user` object
    - `id` string, uuid
    - `walletAddress` string
    - `walletLastVerifiedAt` string, date-time
    - `embeddedWalletAddress` string
    - `privyId` string
    - `name` string
    - `email` string
    - `isSubscribed` boolean
    - `imageUrl` string
    - `status` 'active' | 'inactive' | 'suspended' | 'deleted'
    - `metadata` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time
    - `lastLoginAt` string, date-time

## Other responses

- `401` — User not authenticated
- `404` — User not found
- `500` — Internal server error

## Changes

- **2025-09-10** `b08b5074799b` — 1 warning, 7 info
  - removed the optional property `user/isEmailVerified` from the response with the `200` status
  - the endpoint scheme security `PrivyCookie` was added to the API
  - the endpoint scheme security `SIWESession` was removed from the API
  - added the optional property `user/embeddedWalletAddress` to the response with the `200` status
  - …4 more
- **2025-07-17** `a1e6642ac2c1` — 1 info
  - added the optional property `user/isEmailVerified` to the response with the `200` status
- **2025-06-30** `e0d0a475d4b6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/user/profile/get.md)

---

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