Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:d-sdk:2_users:12_change_user_password [2018/04/24 21:55]
support@geliossoft.ru
en:d-sdk:2_users:12_change_user_password [2021/07/07 13:28]
Line 1: Line 1:
-====== Change Password ====== 
-The request is intended to change user account password. 
  
-=== Request Example === 
-<code php>&​svc=change_user_password&​params={ 
-    "​new_pass":​string 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| new_pass | New Password | 
- 
-=== Server Response === 
-== Password changed successfully == 
-<code php>{ 
-    "​password_is_changed":​true 
-}</​code>​