Table of Contents

Change Password

The request is intended to change user account password.

Request Example

&svc=change_user_password&params={
    "new_pass":string
}

Parameters

Parameter Description
new_pass New Password

Server Response

Password changed successfully
{
    "password_is_changed":true
}