Create User

Create a new user

Authentication

AuthorizationBearer
Bearer token authentication

Request

This endpoint expects an object.
emailstringRequired
The email of the user
namestringRequired
The name of the user
passwordstring or nullOptional
rolestring or nullOptional
datamap from strings to any or nullOptional

Response

User created
userobject

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error