Command: Suspend AccountThis api command suspends an existing account.
Command:
API Command Name: |
suspend_account |
Required Parameters:
user_name |
User name of the account |
Optional Parameters:
These parameters are optional.
reason |
Reason of suspension |
reseller_allowed |
Set to 1 to allow reseller owning the account to unsuspend it,
default is 0
This option can only be used if account is suspending by root |
Sample request to send to Say5 api:
$request = 'command=suspend_account&user_name=user1&reason=account expired&reseller_allowed=1';
|
|
|
|
|
Table of contents
- Installation
- DNS Daemon
- API Commands
|
|
|
|
|
|