Skip to content

Change Client Username

Supported Versions Last Updated
1.2.00 & higher
json output 1.14.00 & higher
2015/01/30
Action client-change-username
Method GET, POST
Variables

username REQUIRED

newusername REQUIRED

Example Output

XML

Success:

 <status>success</status>

<statusmsg>Client username changed</statusmsg>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

{

"status":"success",

"statusmsg":"Client username changed",

}

Error:

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

Back to top