Create user
POST/users
Create a new user.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
The user was created successfully.
Unable to create the user. More details are provided in the response body.
The request lacks valid authentication credentials.
Forbidden. The request is not allowed.
A user with the given username already exists.
An internal error occurred while processing the request.