---
title: "Get Current User Profile"
method: GET
path: "/api/v1/auth/me"
tags: ["auth"]
---

# Get Current User Profile

`GET /api/v1/auth/me`

Get the authenticated user's profile.

## Response `200`

Successful Response

- UserProfile — Public profile of the authenticated user.
  - `id` string, required — Unique user identifier.
  - `email` string, required — User email address.
  - `display_name` string, nullable — User-chosen display name.
  - `created_at` string, required — ISO-8601 timestamp of account creation.

---

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