Skip to main content
POST
Create admin user

Authorizations

Authorization
string
header
required

Admin JWT obtained from the login endpoint.

Body

application/json
password
string
required

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

Response

Admin user created successfully.

status
string

Operation result status.

message
string

Human-readable status message.