NOTICE: JetBackup Management Console is in ALPHA testing stage. Please handle with caution. Any information on this document is subject to change as we continue to develop and make changes.

manageUser

Description

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

Parameters

Parameter name Type Description Possible values Example
action String Required The action you want to perform.
  • create
  • modify
 
_id String Required The username of the account.   acct01
password String Password for the provided username.    
email String This email will be used to notify the user after each process he performs on the account.    

Returns

This API call returns user objects.
To view the parameters that returned click on User Object.

Example