Update user information
PUT/api/management/v1/useradm/users/:id
Update user information
Request
Responses
- 204
- 400
- 401
- 404
- 422
- 500
User information updated.
Invalid Request.
Unauthorized.
Not Found.
The email address is duplicated, the password is too short or the user is trying to modify another user's password.
Internal Server Error.