---
title: "Get your profile"
method: GET
path: "/users/me"
tags: ["User"]
---

# Get your profile

`GET /users/me`

Returns the authenticated user's profile (id, email, verified/admin flags, timestamps).

## Response `200`

OK

- UserUserResponse
  - `created_at` string, required
  - `email` string, required
  - `id` string, required
  - `is_admin` boolean, required
  - `is_verified` boolean, required
  - `updated_at` string, required

## Other responses

- `default` — Error

---

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