---
title: "Get Current User"
method: GET
path: "/v2/me"
tags: ["Me V2"]
---

# Get Current User

`GET /v2/me`

Returns the authenticated user's profile, including their global role.

## Response `200`

Success

- object
  - `object` 'user', required
  - `id` number, required
  - `name` string, nullable, required
  - `email` string, required
  - `role` 'SUPERADMIN' | 'CUSTOMER', required
  - `is_bot_user` boolean, required
  - `created_at` string, required

## Other responses

- `400` — The request did not match the expected schema
- `401` — No API key was provided in the request
- `429` — Too many requests have been made in a short period
- `500` — An unexpected error occurred on the server

---

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