v1

latestOpenAPI 3.0.1MPL 2.02026-07-17211027.3 KB
users

Register a new user

post/api/v1beta1/users

Request body

usernamestring required
passwordstring required
rolesstring[]

Default roles for the new user

Example request

{
  "roles": [
    [
      "admin"
    ]
  ]
}

Response

New user details

usernamestring required
enabledboolean

If false, the user is not able to authenticate