Create a new user under the tenant owning the JWT.
POST/api/management/v2/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 request data was structurally valid but failed business rules. See the response body for specific validation errors.
Internal Server Error.