This function unsuspends a reseller account.
user required | string The reseller's username. Example: user=username |
reseller-only | integer Default: 0 Whether to unsuspend only the reseller account.
Example: reseller-only=0 |
object |
whmapi1 --output=jsonpretty \ unsuspendreseller \ user='username'
{- "metadata": {
- "command": "unsuspendreseller",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}