Hi Krishna, we have not done that, as we wanted to check is the correlation rule working for a few accounts to not affect the other existing ones.
Can I know will it not be immediately uncorrelated once the user is offboarded - reach end date / aggregation from authoritative source with instruction to offboard ?
Hi, the reason that the correlation rule was not running even after invoking the API:
POST
/cc/api/source/loadAccounts/123456?disableOptimization=true
is because the condition set in the rule is incorrect. After updating it to a correct condition, and aggregating from the target source with disableOptimization set as true, the account is uncorrelated as expected. Thanks all for the help!