Parameter Name | Description | Required |
accounttype | Type of the account. Specify 0 for user, 1 for root admin, and 2 for domain admin | true |
email | email | true |
firstname | firstname | true |
lastname | lastname | true |
password | Hashed password (Default is MD5). If you wish to use any other hashing algorithm, you would need to write a custom authentication adapter See Docs section. | true |
username | Unique username. | true |
account | Creates the user under the specified account. If no account is specified, the username will be used as the account name. | false |
accountdetails | details for account used to store specific parameters | false |
domainid | Creates the user under the specified domain. | false |
networkdomain | Network domain for the account's networks | false |
timezone | Specifies a timezone for this command. For more information on the timezone parameter, see Time Zone Format. | false |