---
title: "CreateUser"
method: POST
path: "/admin/users"
tags: ["Admin - Users"]
---

# CreateUser

`POST /admin/users`

Create a new user.

Returns:
    Redirect to user detail page.

## Request body

- AdminUserCreate
  - `email` string, required
  - `isActive` boolean
  - `isSuperuser` boolean
  - `isVerified` boolean
  - `name` string, nullable
  - `password` string, required

## Response `201`

Document created, URL follows

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

- **2025-12-26** `1df5362b73fc` — 1 info
  - endpoint added
- **2025-12-22** `6b2fad3e4bcc` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/litestar-org/apis/app/changes/admin/users/post.md)

---

[API](https://skmtc.dev/litestar-org/apis/app.md) · [All operations](https://skmtc.dev/litestar-org/apis/app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/litestar-org/app/revisions/461f3baecebb/schema)
