---
title: "Get current user information"
method: GET
path: "/api/auth/me"
tags: ["Auth"]
---

# Get current user information

`GET /api/auth/me`

Returns current authenticated user information including roles, permissions, and tenant context. Permissions are resolved server-side for freshness and accuracy.

## Response `200`

User information retrieved successfully.

- AuthorizationData — Authorization data for a user including roles, permissions, admin status and metadata for caching. Optimized for JSON serialization and client-side caching.
  - `userId` string
  - `tenantId` integer
  - `roles` string[]
  - `permissions` string[]
  - `isAdmin` boolean
  - `cachedAt` string, date-time
  - `expiresAt` string, date-time
  - `eTag` string

## Other responses

- `401` — Unauthorized - authentication required.

## Changes

- **2025-11-21** `50eff5014b78` — 1 info
  - endpoint added
- **2025-03-24** `fbc3fe6ecbf1` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/changes/api/auth/me/get.md)

---

[API](https://skmtc.dev/endatix/apis/endatix-platform-rest-api.md) · [All operations](https://skmtc.dev/endatix/apis/endatix-platform-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/endatix/endatix-platform-rest-api/revisions/01bd299fd100/schema)
