---
title: "Create Admin User"
method: POST
path: "/api/v1/admin/users"
tags: ["Admin Users"]
---

# Create Admin User

`POST /api/v1/admin/users`

## Request body

- object
  - `username` string, required
  - `displayName` string, nullable
  - `password` string, required
  - `roleId` integer, required
  - `isActive` boolean

## Response `200`

Created

- object — Created
  - `success` boolean, required
  - `data` object, required

## Other responses

- `400` — Validation failed or username already exists
- `403` — Insufficient permissions

---

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