Self Help Documentation
user/addsubuser
Description
Creates a new SPanel user account.
Parameters
Additional parameters:
Field | Type | Required | Description |
---|---|---|---|
token | string | Yes | Authorizing API token – check API Basics for more information. |
accountuser | string | Yes | The SPanel user account that is being managed or viewed. |
action | string | Yes | The category and function being executed. |
username | string | Yes | SPanel account username. Between 1 and 30 alphanumeric symbols. |
password | string | Yes | The password for the account, should be at least 8 or more symbols. |
permissions | string|array | Yes | 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:
|
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.