---
title: "Erp Fde Admin Set Super"
method: POST
path: "/api/erp/fde/admin/super"
tags: ["ERP"]
---

# Erp Fde Admin Set Super

`POST /api/erp/fde/admin/super`

Super-FDE-only: promote/demote another user as Super FDE.

Guards against demoting the last remaining Super FDE so the system can never
lock itself out of access management.

## Headers

- `x-api-key` string, nullable
- `authorization` string, nullable

## Request body

- FdeSuperPayload
  - `user` string, required
  - `is_super` boolean, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/revisions/718de1c0d866/schema)
