Last modified February 12, 2025

CreateAccount

This function will create a new Linux account.
Parameters
Parameter name Type Description Possible values Example
account String REQUIRED Username for the new Linux account.   account=linuxUsername

Example Call JETAPI

jetbackup5api -F Panel/CreateAccount -D "account={$USERNAME}"
success: 1 message: Account created successfully system: version: 5.3.15.0 version_panel: 5.3.15.0 tier: RELEASE type: Linux retry_ms: 0 disableui: dr: agreement_panel: agreement: licenseIssue: data:

Example Call HTTP

https://HOST_NAME:3035/?api=1&function=Panel/CreateAccount&account={$USERNAME}