Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Syntax for conditional import using REST connector

AmarSimha
New Contributor II
New Contributor II

Hi Team,

We have a requirement to skip certain records from being imported into Saviynt based on a condition. Application is being on-boarded using the REST APIs and API does not support filtering of the records and returns all the entries. 

Hence, we are looking if we can have a logic included in ImportAcctEnt JSON to filter out these records from being imported. We have referred the developers handbook but could not find anything related to the same.

Please let us know if there is a specific format which we can use to filter our these records from being imported based on certain condition.

1 REPLY 1

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @AmarSimha,

If the API supports filtering,
the REST connector can handle the filtering criteria provided only in the URL or body. However, if the API does not support filtering, you cannot apply any conditional filters to the importaccountjson to refine the data import.

Thanks.

If you find the above response useful, Kindly Mark it as "Accept As Solution".