Resellers
Reseller Account Management
Unsuspend reseller
This function unsuspends a reseller account.
get/unsuspendreseller
Query parameters
userstring required
Example:username
The reseller's username.
reseller-only0 | 1
Whether to unsuspend only the reseller account.
- 1 — The function only unsuspends the reseller account. The function will not unsuspend the accounts that the reseller account owns.
- 0 — The function unsuspends the reseller account and the accounts that it owns.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "unsuspendreseller",
"reason": "OK",
"result": 1,
"version": 1
}
}