v4

latestOpenAPI 3.0.3raw.githubusercontent.com2026-06-279228.8 KB
Admin User

Create admin user

Creates the built-in admin user with the given password. The username is always fixed to admin.

This endpoint can only be called from localhost (the same machine as the server). The password must satisfy the password policy: at least 12 characters, including uppercase, lowercase, digit, and special characters. The password must not be empty, only whitespace, or match the username.

post/auth/admin

Request body

passwordstring required

Password for the admin user. Must satisfy the password policy.

Response

Admin user created successfully.

statusstring

Operation result status.

messagestring

Human-readable status message.