---
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
  - `merchants` MerchantInfo[]
    - `merchant_id` string
    - `merchant_name` string
    - `role` string

---

[API](https://skmtc.net/juspay/apis/decision-engine.md) · [All operations](https://skmtc.net/juspay/apis/decision-engine/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/juspay/decision-engine/versions/36e7a0972ee6/schema)
