Create a user
POST/tap/api/v1/users
Creates a new user. Requires the admin role.
Request
Responses
- 200
- 400
- 401
- 403
- 422
- 500
The created user.
The name, email, or user role is missing, or the user could not be saved.
The user is not authorized to access this resource.
The account user limit was reached, or the caller may not create this user.
The email domain is not allowed.
The user could not be created.