Skip to main content
POST
Create a user (admin)

Authorizations

x-api-key
string
header
required

Optional API key for authentication (enabled via application.yaml)

Body

application/json
username
string
required

Lowercase; letters, digits, and . _ @ - only

role
string
required

One of the valid platform roles (e.g. admin)

password
string

Optional initial password

Response

User created