Create admin user
POST/setup/user
Creates a new user and assign the admin role to it.
Request
Responses
- 201
- 400
- 403
- 500
The user was created and got assigned the admin role successfully.
The provided data is not valid.
Forbidden. The request is not allowed.
An internal error occurred while processing the request.