If I follow the manual when suspending a user i get an error.
I user the following code to suspend a user:
If get the following error:
I also tried the following code and this also returns an error:
USERNAME is ofcourse the correct username of the user on this server.
Could someone please explain to me what i do wrong here, the manual is not very clear in this, maybe the manual could include for each option an example how to implement this.
I user the following code to suspend a user:
Code:
/CMD_API_SELECT_USERS?suspend=Suspend&select0=USERNAME&location=CMD_SELECT_USERS
If get the following error:
Code:
Array ( [error] => 1 [text] => Unkown Select Command [details] => none )
I also tried the following code and this also returns an error:
Code:
/CMD_API_SELECT_USERS?dosuspend=yes&select0=USERNAME
USERNAME is ofcourse the correct username of the user on this server.
Could someone please explain to me what i do wrong here, the manual is not very clear in this, maybe the manual could include for each option an example how to implement this.