NOTICE: This Documentation is for JetBackup 4 for Linux.

Please CLICK HERE for the latest JetBackup 5 for Linux Documentation.

manageAccount

Description

With this function, you can manage account (JetBackup user settings).

Parameters

Parameter name Type Description Possible values Example
_id String Required
The username of the account.
  acct01
action String Required
The action you want to perform.
  • create
  • modify
 
email String This email will be used to notify the user after each process he performs on the account.    
restoredir String The path that the user is allowed to restore from.    
ips List List of IPs the user will be allowed to access JetBackup for Linux from.   ips[]=1.1.1.1&ips[]=1.1.1.2
otp Boolean Whether two-factor authentication is enabled/disabled for the user.    

Returns

This API call returns account object.
To view the parameters that returned click on Account Object

Example