---
title: "Users:Current User"
method: GET
path: "/users/me"
tags: ["Users"]
---

# Users:Current User

`GET /users/me`

## Response `200`

Successful Response

- UserRead
  - `id` string, uuid, required
  - `first_name` string, required
  - `last_name` string, required
  - `email` string, email, required
  - `date_created` string, date-time
  - `is_active` boolean
  - `is_superuser` boolean
  - `is_verified` boolean
  - `stripe_customer_id` string
  - `contact_consent` boolean
  - `image` string
  - `first_time_notification_shown` boolean
  - `sent_credits_warning` boolean
  - `reffered_by` string, uuid
  - `is_agent` boolean
  - `has_created_chatbot` boolean
  - `login_count` integer
  - `last_login` string, date-time
  - `requires_2FA` boolean
  - `job_role` string
  - `company_name` string
  - `profile_image` string

## Other responses

- `401` — Missing token or inactive user.

---

[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)
