Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/30/2024 05:41 AM
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 !
09/30/2024 07:58 AM
Hi @ArW , it shouldn't deactive the account which are not part of call 1 or 2 in call 3. Share config json