====== Suspending/Activating Accounts:
Suspending/Activating *ANY* usertype:
| Function | To suspend an Admin, a Reseller, or a User, or activate if they are already suspended New API set for this |
| Command | CMD_API_SELECT_USERS |
| Method | GET |
| Success Returns | Location of location |
| Failure Returns | Text |
| Form Values: | |
| Name | Value |
| location | CMD_ADMIN_SHOW or CMD_RESELLER_SHOW or CMD_SELECT_USERS. Tells DirectAdmin where to return to after its done |
| suspend | Suspend/Unsuspend |
| select0 | The name of the admin/reseller/user |
| ( select1 …) | The name of the admin/reseller/user. Not required, but you can keep adding more users by increasing the number (select2, select3, etc..) |