---
title: "Admin Status"
method: GET
path: "/me/admin-status"
tags: ["me"]
---

# Admin Status

`GET /me/admin-status`

Reports whether the caller is an active platform admin.

A status report, not a gate: non-admins get `{is_admin: false}`, never 403.
Keep the query in sync with core/auth.py::get_admin_user — the same
platform-admin rule, enforced there instead of reported.

## Response `200`

Successful Response

- AdminStatusResponse
  - `is_admin` boolean, required

---

[API](https://skmtc.dev/useauxos/apis/auxos.md) · [All operations](https://skmtc.dev/useauxos/apis/auxos/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/useauxos/auxos/revisions/2f853c0b59f4/schema)
