
Change an authenticated local user's own password and logs out the user's tokens. This interface accepts a clear test password or a password already hashed by the caller. If both form fields are specified, bad request will be returned.
logout_user | Optional. If set to false, will not logout user sessions. |
This call has no restrictions.
All parameters are required unless otherwise stated.
Field | Description | Type | Notes |
<password_update> | |||
<old_password> | String | ||
<password> | String | ||
<encpassword> | String | ||
</password_update> |