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

# Get Profile

`GET /profile`

Get user profile information.

## Query parameters

- `team_id` string, uuid

## Response `200`

Successful Response

- UserProfileResponse
  - `id` string, uuid, required — The ID of the user.
  - `profile_picture` string — URL of the user's profile picture.
  - `full_name` string, required — The full name of the user.
  - `email` string, required — The email address of the user.
  - `tier_id` string, uuid, required — The ID of the user's tier.
  - `tier_name` string, required — The name of the user's tier.
  - `monthly_messages_used` integer, required — The number of monthly messages used by the user.
  - `monthly_message_limit` integer, required — The monthly message limit for the user.
  - `tier_note` string — Additional note or description about the user's tier.
  - `date_created` string, date-time — User creation time.
  - `tier_price_as_float` number — Price per tier (monthly or yearly).
  - `tier_type` string — Tier type.
  - `tier_on_trial` boolean — Tier on trial flag
  - `trial_used` boolean — Tier trial has been used
  - `user_openai_api_key` string — The OpenAI key of the user
  - `add_ons` TierAddOnProfilePayload[] — Tier add ons the user has active.
    - `name` string, required
    - `type` string, required
    - `period` string, required
    - `quantity` integer
    - `extra_information` object, required
  - `has_created_chatbot` boolean
  - `show_fifty_percent_discount` boolean
  - `selected_team_id` string, uuid
  - `permissions` PermissionResponse[]
    - `name` string, required
    - `label` string
    - `value` boolean
    - `category` string
    - `help_text` string
  - `requires_2FA` boolean
  - `stripe_customer_id` string — Stripe customer ID.
  - `enabled_realtime_voice` boolean
  - `applied_one_dollar_bf_starter` boolean
  - `applied_25_percent_bf_discount` boolean
  - `can_access_new_design` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/dante-ai/apis/dante-ai-api.md) · [All operations](https://skmtc.net/dante-ai/apis/dante-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dante-ai/dante-ai-api/versions/38b6c9a4246d/schema)
