Modifies a user’s password.
<modifyPasswordRequest> <old type="string"/> <new type="string"/> </modifyPasswordRequest>
<modifyPasswordResponse> <status type="types:Status"/> </modifyPasswordResponse>
Specifies the text of the old password.
Specifies the text of the new password.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<modifyPasswordRequest>
<old>u1</old>
<new>new</new>
</modifyPasswordRequest>
<modifyPasswordResponse>
<status>
<code>0</code>
</status>
</modifyPasswordResponse>