Gelios Docs Gelios Docs
  • Translations of this page
    • English
    • Русский

Sidebar
  • en
  • ru
Table of Contents
  • Change Password
        • Request Example
        • Parameters
        • Server Response
          • Password changed successfully

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
}
Log In