---
title: "Current user"
method: GET
path: "/auth/me"
tags: ["Auth"]
---

# Current user

`GET /auth/me`

Return current authenticated user and merchant context.

## Response `200`

Current user

- CurrentUserResponse — `GET /auth/me` does not return a token.
  - `user_id` string
  - `email` string
  - `merchant_id` string
  - `role` string
  - `email_verified` boolean
  - `is_super_admin` boolean — This user's email is on the platform super-admin roster (may enter any merchant by ID).
  - `is_super_admin_view` boolean — The current session is a super-admin viewing another merchant's dashboard.
  - `merchants` MerchantInfo[]
    - `merchant_id` string
    - `merchant_name` string
    - `role` string

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-08-04** `36e7a0972ee6` — 1 warning, 1 info
  - removed the optional property `token` from the response with the `200` status
  - added the optional property `email_verified` to the response with the `200` status
- **2026-04-25** `986e537b0455` — 1 info
  - endpoint added
- **2026-04-10** `9618544de91a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/juspay/apis/decision-engine/changes/auth/me/get.md)

---

[API](https://skmtc.dev/juspay/apis/decision-engine.md) · [All operations](https://skmtc.dev/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/juspay/decision-engine/revisions/a35ceeb59faf/schema)
