Create a new user
POST/users
Creates a new user in the votura backend.
Request
Responses
- 204
- 400
- 406
- 409
- 415
- 429
- default
Created. The request was successfully executed. Successfully created a new user. Waiting for verification.
Bad Request. The server cannot or will not process the request due to an apparent client error (e.g., malformed request syntax, size too large, invalid request message framing, or deceptive request routing). Note, the actual error message may be different from the example one.
Not Acceptable. The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
Conflict. Indicates that the request could not be processed because of conflict in the current state of the resource.
Unsupported Media Type. The request entity has a media type which the server or resource does not support. For example, the client uses the content type: text/plain, but the server requires application/json.
Too Many Requests. The user has sent too many requests in a given amount of time.
Internal Server Error. A generic error message, given when an unexpected condition was encountered and no more specific message is suitable.