---
title: "Get current user info"
method: GET
path: "/api/auth/me"
tags: ["Auth"]
---

# Get current user info

`GET /api/auth/me`

## Response `200`

Current user information

- UserInfoResponse — Simplified user information for public API responses
  - `created_at` string, date-time, nullable — Timestamp when user was created
  - `email` string, required — User's email address
  - `id` string, uuid, required — Unique user identifier

## Other responses

- `401` — Not authenticated

## Changes

- **2025-09-01** `a2488be8a6e4` — 3 breaking, 6 warning, 3 info
  - removed the media type `application/json` for the response with the status `401`
  - removed the required property `authProvider` from the response with the `200` status
  - removed the required property `emailVerified` from the response with the `200` status
  - removed the optional property `avatarUrl` from the response with the `200` status
  - …8 more

[Change history](https://skmtc.dev/patroninc/apis/patron-api/changes/api/auth/me/get.md)

---

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