user_password_change
Admin
Changes the password for the specified user.
Unlike the method change_password
, this method does
not require the user to confirm the old password and is meant to be used to
change other user's passwords.
Params
attribute | description |
---|---|
username* string |
The name of the user to be updated |
password* string |
The new password |
Example
Return
N/A