Jedox OLAP documentation

home > API > [/server/change_password] >
request url https://[SERVER]:[PORT]/server/change_password[?PARAMETER1=value[&...]]
short description Changes user's password.
long description Changes user's password.
parameters
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.
result
# name type description
0 OK boolean "1" means OK
examples
description
Changes user's password to "new_password".
further information