Correlation on Non-Auth sources

Hi,

When we update the correlation for an already existing source, The uncorrelated accounts are not getting correlated. I tried source reset and then aggregated, Now it got correlated.

Is that each time I update a correlation, I need to do source reset?

Hi,

Is there anyone who faced similar problem.

When we update the correlation for an already existing source with correlation defined, The uncorrelated accounts are not getting correlated. I tried source reset and then aggregated, Now it got correlated.

Is that each time I update a correlation for a source based, I need to do source reset?

Hello,

You can try to run an unoptimized aggregation via API.

It’s a POST call, URL: “https://<tenant>.identitynow.com/cc/api/source/loadAccounts/<sourceId>”, and body will be “form-data” with the key-value pair as “disableOptimization:true”. I have added a screenshot of example request from Postman below.

Hope this helps!
Vikram Apte