Unsuspend Reseller

Supported VersionsLast Updated
1.25.34 & higher2021/11/25
Actionreseller-unsuspend
MethodGET, POST
DescriptionThe function un-suspends a reseller, all clients of the reseller and their virtual servers
Variables

username [username of the reseller]

rdtype [json] For json output specify json or leave blank for default output. This variable is optional

 

 

Example Output

XML

Success:

 <status>success</status>

<statusmsg>Reseller has been unsuspended</statusmsg>

Error:

 <status>error</status>

<statusmsg>ERROR MESSAGE</statusmsg>

JSON

Success:

 {"status":"success","statusmsg":"Reseller has been unsuspended"}

Error:

 {"status":"error","statusmsg":"ERROR MESSAGE"}