---
title: "Admin Me"
method: GET
path: "/api/admin/auth/me"
tags: ["admin-auth"]
---

# Admin Me

`GET /api/admin/auth/me`

## Response `200`

Successful Response

- AdminMeResponse
  - `admin_user_id` string, required
  - `user_id` string, required
  - `email` string, required
  - `name` string, nullable, required
  - `role` 'SUPER_ADMIN' | 'SUPPORT_ADMIN' | 'OPS_ADMIN' | 'AUDIT_VIEWER', required
  - `permissions` AdminPermission[], required

## Changes

> 16 revisions in range; 8 could not be searched.

- **2026-08-04** `f7903dc1bdbb` — 2 warning
  - added the new `provider_operations:read` enum value to the `permissions/items/` response property for the response status `200`
  - added the new `provider_operations:write` enum value to the `permissions/items/` response property for the response status `200`
- **2026-07-31** `7c9aff2501f3` — 2 warning, 2 info
  - added the new `usecases:read` enum value to the `permissions/items/` response property for the response status `200`
  - added the new `usecases:write` enum value to the `permissions/items/` response property for the response status `200`
  - removed the `campaigns:read` enum value from the `permissions/items/` response property for the response status `200`
  - removed the `campaigns:write` enum value from the `permissions/items/` response property for the response status `200`

[Change history](https://skmtc.dev/outcallerai/apis/fastapi/changes/api/admin/auth/me/get.md)

---

[API](https://skmtc.dev/outcallerai/apis/fastapi.md) · [All operations](https://skmtc.dev/outcallerai/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outcallerai/fastapi/revisions/6155db644bab/schema)
