Create user
POST/users
Create a new user.
Request
Responses
- 201
- 400
- 401
- 403
- 409
- 500
The user was created successfully.
The provided data is not valid.
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.