---
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.

## Changes

- **2026-03-31** `a88715bea2c5` — 1 info
  - the endpoint scheme security `HTTPBearer` was added to the API
- **2026-03-25** `bc0d4fcb5906` — 3 info
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `503`
- **2026-03-19** `78507b29ed8f` — 4 info
  - the endpoint scheme security `HTTPBearer` was removed from the API
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - removed the non-success response with the status `503`

[Change history](https://skmtc.dev/qredence/apis/fleet-rlm/changes/api/v1/auth/me/get.md)

---

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