Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

STATUS_THRESHOLD_CONFIG: Ignore accounts not in file

ArW
New Contributor III
New Contributor III

Hello,

I have a connection with a multicall for 3 differents accounts imports
For simplication, I have 3 urls, called in this order:
-/Users1
-/Users2
-/Users3

An account will be returned in one of the 3 depending on its onboarding status.
If account abdc is returned by /Users3, it will not be returned by /Users1 or /Users2

Because I have several calls, I'm having issues with accounts deactivation: accounts not returned by call /Users1 will be deactivated

Basically I would like for calls to completely ignore accounts which are not returned and for all accounts to stay active. Is it possible ?

Here is my current configuration:

 

{
    "statusAndThresholdConfig":
        {
            "deleteLinks": false,
            "accountThresholdValue": 0,
            "correlateInactiveAccounts": false,
            "inactivateAccountsNotInFile": true
        }
}

 

With this configuration I do not delete accounts, however I'm seeing duplicates for accounts returned by urls /Users2 and /Users3: one is activated and the other is deactivated (ones from former import that have been deactivated by the call to /Users1)

Thank you !

1 REPLY 1

NM
Honored Contributor II
Honored Contributor II

Hi @ArW , it shouldn't deactive the account which are not part of call 1 or 2 in call 3. Share config json