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

# Get User Profile

`GET /v1/user/profile`

Get the profile information for the current user

## Headers

- `Accept` 'application/json', required

## Response `200`

User profile information

- ProfileResponse
  - `profile` object
    - `id` string — The unique ID assigned to the user
    - `name` string — The user's full name
    - `account` Account[]
      - `account_number` string — The account number
      - `classification` 'individual' | 'corporate' | 'joint' | 'ira' | 'roth_ira' | 'entity' — The account classification (individual, corporate, etc.)
      - `date_created` string, date-time — The date the account was created
      - `day_trader` boolean — Whether the account is marked as a day trader
      - `option_level` integer — The option level approval for the account (1-4)
      - `status` 'active' | 'closed' — The account status
      - `type` 'cash' | 'margin' — The account type
      - `last_update_date` string, date-time — The date the account was last updated

## Other responses

- `401` — Authentication required or invalid credentials

---

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