Skip to content

Change Client Password

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2013/04/30
Action client-updatepassword
Method GET, POST
Variables

username [username of the client]

password [new password]

rdtype [json] For json output specify json or for default output leave blank. This variable is optional

Example Output

XML

Success:

 <status>success</status>

<statusmsg>Client deleted</statusmsg>

<username>vps123</username>

<password>123456</password>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 {

"status":"success",

"statusmsg":"Client deleted",

"username":"vps123",

"password":"123456"

}

Error:

 {"status":"error","statusmsg":"ERROR MESSAGE"}

Back to top