name |
type |
description |
user |
string |
The name of the user whose password should be changed. (If no user is specified - password is changed for current user) |
password |
string |
The plain text new password. |
old_password |
string |
Current password (for mode without user parameter). |
mode |
integer |
(Optional) 0 - all session from the user are kept 1 - all sessions from the user are closed except the one that made the request 2 - all session from the user are closed (default 0) |
sid |
string |
Session identifier for a server connection. Use the
/server/login request to get a valid
session identifier. |