---
title: "Current authenticated user"
method: GET
path: "/api/v1/user/me"
tags: ["User"]
---

# Current authenticated user

`GET /api/v1/user/me`

Returns id, email, name, plan (tier), persona_primary, onboarded flag and a fresh CSRF token. Requires active session cookie.

## Response `200`

User profile

- UserMeResponse
  - `id` integer, required
  - `email` string, email, nullable
  - `name` string, nullable
  - `plan` string, required
  - `persona_primary` string, nullable
  - `onboarded` integer, required
  - `csrf` string, required

## Other responses

- `401` — Authentication required (no active session)

## Changes

- **2026-07-26** `996f96a11758` — 36 info
  - api operation id `getUserMe` was added
  - added the media type `application/json` for the response with the status `200`
  - added the optional property `_alias_of` to the response with the `401` status
  - added the optional property `action` to the response with the `401` status
  - …32 more

[Change history](https://skmtc.dev/openmercantil/apis/openmercantil-public-api/changes/api/v1/user/me/get.md)

---

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