---
title: "Get Me"
method: GET
path: "/api/v1/auth/me"
tags: ["auth"]
---

# Get Me

`GET /api/v1/auth/me`

Return the authenticated identity and any admitted control-plane IDs.

## Response `200`

Successful Response

- AuthMeResponse — Resolved identity payload returned to authenticated clients.
  - `tenant_claim` string, required — Tenant or workspace claim resolved from auth.
  - `user_claim` string, required — User claim resolved from auth.
  - `email` string, nullable — User email address when the auth provider returned one.
  - `name` string, nullable — Display name returned by the auth provider, when available.
  - `tenant_id` string, nullable — Persisted control-plane tenant identifier for admitted Entra users.
  - `user_id` string, nullable — Persisted control-plane user identifier for admitted Entra or Neon users.

## Other responses

- `401` — Authentication is required or the provided token is invalid.
- `403` — The authenticated tenant or user is not admitted to Fleet RLM.
- `503` — Authentication or repository services are not configured yet.

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/62e8c152aa18/schema)
