Create a User
Use this endpoint to create a user access and assign it to a permission group in a single step.
POST
Create a User
Autorizações
The authorization token in the 'Bearer ' format.
Corpo
application/json
Information about the user.
User's email address.
User's first name.
User's last name.
User's password for authentication.
User's username.
Array of user role groups IDs. Role groups IDs can be retrieved through the List Groups endpoint.
Resposta
Indicates that the resource was successfully created and the operation was completed as expected.

