Create admin user
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
Create admin user
Authorizations
Admin JWT obtained from the login endpoint.
Body
application/json
Password for the admin user. Must satisfy the password policy.