Get List of Users owned by Reseller:
| Function | To get the list of Users currently owned by this reseller. If value reseller is passed, the list of Users created by that Reseller will be shown instead |
| Command | CMD_API_SHOW_USERS |
| Method | GET or POST |
| Success Returns | url encoded array in list[] |
| Failure Returns | error=1 |
| Form Values: | |
| Name | Value |
| ( reseller ) | Optional. If passed, the list of Users created by the Reseller identified by reseller will be given. Else, the list of Users created by the Reseller calling the function will be produced |
Get List of Resellers on server:
| Function | To get the list of Resellers currently on the server. |
| Command | CMD_API_SHOW_RESELLERS |
| Method | GET or POST |
| Success | Returns url encoded array in list[] |
| Failure | Returnserror=1 |
| Form Values: | |
| Name | Value |
Get List of Admins on server
| Function | To get the list of Admins currently on the server. |
| Command | CMD_API_SHOW_ADMINS |
| Method | GET or POST |
| Success | Returns url encoded array in list[] |
| Failure | Returns error=1 |
| Form Values: | |
| Name | Value |
Get List of all Users on server
| Function | To get the list of all the Users currently on the server. |
| Command | CMD_API_SHOW_ALL_USERS |
| Method | GET or POST |
| Success Returns | url encoded array in list[] |
| Failure Returns | error=1 |
| Form Values: | |
| Name | Value |