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 | XMLSuccess: <status>success</status> <statusmsg>Client username changed</statusmsg> Error: <status>error</status> <statusmsg>ERROR MESSAGE</statusmsg> JSONSuccess: { "status":"success", "statusmsg":"Client username changed", } Error: {"status":"error","statusmsg":"ERROR MESSAGE"} |