Create a new user under the tenant owning the JWT.
POST/api/management/v1/useradm/users
Create a new user under the tenant owning the JWT.
Request
Responses
- 201
- 400
- 401
- 422
- 500
The user was successfully created.
Response Headers
Location
URI for the newly created 'User' resource.
Invalid Request.
Unauthorized.
The email address is duplicated, password is too short, current password doesn't match or limit on maximum number of users has been exceeded. It is possible that the user with the given email address exists in a different organization. In this case Mender server will also produce an error because the email address has to be unique across all organizations.
Internal Server Error.