Update User Password
Learn about the API operation to update the password of a user.
Request Type | PUT |
URL | /oauth/users/{userID}/password |
Parameters | JSON object with new password:
{"password"
"new_secure_password"}
|
Access | Access ROLE_ADMIN_TENANT or ROLE_USER
and the same user |