Last modified November 7, 2024

reassignAccount

This functions reassigns the account given the Assignable ID.
Parameter name Type Description Possible values Example
_id String REQUIRED: The _id found from Assignable Accounts.   _id=5fb471c95159b9583c1cb914

Example Call JETAPI

jetbackup5api -F reassignAccount -D "_id={$ASSIGNABLE_ACCOUNT_ID}"
success: 1
message: Account assigned successfully
system:
version: 5.3.3
version_panel: 5.3.3
tier: EDGE
type: cPanel
retry_ms: 0
disableui:
dr:
agreement_panel:
agreement:
licenseIssue:
data:
accounts:

Example Call HTTP

https://hostname.example.com:2087/cpsess##########/cgi/addons/jetbackup5/api.cgi?function=reassignAccount&_id={$ASSIGNABLE_ACCOUNT_ID}