---
title: "Whoami"
method: GET
path: "/debug/whoami"
tags: ["debug"]
---

# Whoami

`GET /debug/whoami`

Debug endpoint to show resolved user information from JWT token.
Helps troubleshoot user ID mismatches between authentication and database.

⚠️  DEVELOPMENT ONLY - Contains sensitive user information

## Response `200`

Successful Response

- unknown

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/memara/apis/memara-api.md) · [All operations](https://skmtc.net/memara/apis/memara-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/memara/memara-api/revisions/4dc7c4418845/schema)
