WARNING: JetBackup 4 is set to reach its End-of-Life (EOL) on July 1st, 2024. For More Information, please visit: JetBackup 4 EOL Announcement.
NOTICE: JetBackup 5 is now available in the Stable Tier. For more information, please visit our Jetbackup 5 Documentation.

manageAccountFilter

Description

With this function, you can create/manage account filter.

Parameters

Parameter name Type Description Possible values Example
_id String Required on action modify
The ID of the account filter.
  5b28f9f4d5ac5e5ed5049f82
action String Required
The action you want to perform.
  • create
  • modify
 
name String Required on action create
Filter name.
   
type Integer Required on action create
Filter Type.
To view the possible values click on Filter Accounts type  
condition Integer Whether you want to exclude/include the account in the list.
  • include = 1
  • exclude = 2
 
list[] List List of account names to filter.   list[]=acct01&list[]=acct02

Returns

This API call returns account filter object.
To view the parameters returned, click on Accounts Filter Object

Example