The customer
utility is designed for managing customer accounts. The
following operations are supported by the utility:
- creating and removing customer accounts
- changing the owner account of a customer account
- converting customer accounts to reseller accounts
- enabling and disabling existing customer accounts
- editing customer’s credentials and personal data
- applying APS applications filter
Usage
customer <command> [<login_name>] [
<option_1> [<param>]
[<option_2> [<param>]]
... [<option_N> [<param>]]
Example
The following command creates a customer account with the contact name
John Doe ,
Plesk login name JDoe, and password sample for
Plesk administrator, specifies the Unites States as the customer’s
country, and prevents automatic sending of standard Plesk mail
notifications (if they are enabled) about the account creation.
plesk bin customer --create JDoe -name "John Doe" -passwd sample -country US -notify false
Commands
Command | Parameter | Description | Example |
---|---|---|---|
--create or -c |
<login_name> |
Creates a customer account. The argument of the command must begin with an alphabetic If customer owner is not specified, a created customer belongs |
To create a customer account named John Doe with login name plesk bin customer --create JDoe -name "John Doe" -passwd sample -owner RichardRoe or plesk bin customer -c JDoe -name "John Doe" -passwd sample -owner RichardRoe |
…