Self Help Documentation
< All Topics

accounts/wwwacct

Description

Creates a new SPanel account.

Parameters

Additional parameters:

FieldTypeRequiredDescription
tokenstringYesAuthorizing API token – check API Basics for more information.
actionstringYesThe category and function being executed.
domainstringNoMain domain for the account. If left empty, a temporary subdomain within our infrastructure will be created. It can be changed later.
usernamestringNoAccount username. between 1 and 30 alphanumeric symbols. If left empty, a random username will be generated. It can be changed later.
passwordstringYesThe password for the account, should be at least 8 or more symbols.
packagestringNoName of the package to use. Note that if a package is selected, the fields below become optional.
quotaintNoDefault: unlimited. If set, quota limit in MB Minimum limit is 100.
inodesintNoDefault: unlimited. If set, inodes limit in number of inodes Minimum limit is 10000.
domainsintNoDefault: unlimited. If set, number of additional domains the user can add. Set 0 to disable additional domains.
emailsintNoDefault: unlimited. If set, number of email accounts the user can create. Set 0 to disable email accounts creation.
databasesintNoDefault: unlimited. If set, number of databases the user can create. Set 0 to disable databases creation.
permissionsstring|arrayNoDefault: all (full access to account features)
Permissions array or ‘all’ string for full root permissions.

When using a permissions array, you can set the category sub-array to ‘all’ string to include every child page available or use an array with every page that you wish to include, for example:
  • If you use [ 'email' => 'all' ], all pages under server category will be included in the newly created user permissions list;
  • If you use [ 'domain' => [ 'domains', 'redirects' ] ], the newly created user will access only the pages specified.
Check the full API call example below for further clarification.
scriptstringNoDefault: none/empty.
If provided, a script can be installed automatically.

Possible configurations:
  • none/empty – default installation – empty account;
  • ‘wordpress’ – installs a clean WordPress;
  • ‘spectra/store’ – installs a preset bundle with theme and plugins for an online store;
  • ‘spectra/business’ – installs a preset bundle with theme and plugins for a business website;
  • ‘spectra/blog’ – installs a preset bundle with theme and plugins for a blog.

Info
The structure and an always up-to-date list of all available user permissions can be obtained by running the user/listuserpermissions API call. The list is pulled directly from SPanel’s system in real-time.

Example

Output

Table of Contents