Account aggregation count difference report

Hi, I am looking a solution for one case - when we do account aggregation from SP console, its displays success message along with number of ids it aggregated. Here use case is if suppose today count is 18, tomorrow it displays count as 19 and may be after few days 15, so how can we know what are those ids which make the count difference. Can anyone suggest on this.

Hi Himanshu,
Once the aggregation is completed it will give you the count of the number of identities created/updated. You can check the summary tab for more details and if you want to do send an email the you can use workflow to do it.

Thanks
Rakesh Bhati

Hi @hranjan3 , I believe currently this feature is not available OOTB in IdentityNow. Is there any benefit or specific requirement why you need this from reporting perspective or just a casual ask?

One way I can see you can do it is by writing a script which calls IDN API (list-accounts | SailPoint Developer Community) and get the accounts for the given source periodically and then compare it with the previous extract of accounts fetched for the same and determine the count difference which you can send over an email or store locally on the script location.

To add to this, I believe the latest Native Change Detection can be utilized to help with this. I haven’t had a chance to play around with this myself yet, but it looks like this includes a Native Change Account Created Event Trigger than can be used to build Workflows that take the necessary action whenever new accounts are detected.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.