
Change a local user's password without login. This interface need be provided with clear text old password and new password
logout_user |
This call has no restrictions.
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
<password_change> | |||
<old_password> | Users current valid password to be changed. | String | |
<password> | The new password to be set for the user. | String | |
<username> | User name of the user who's password is being changed. | String | |
</password_change> |