List of Accounts Created/Modified during an Account Aggregation

Hi Team,

The ASK is to pull the list of accounts(along with attributes) created/modified during an account aggregation(delimited/direct connector).
Via below API, we are able to pull the status of account aggregation:
https://org.identitynow.com/beta/account-aggregations/:id/status
(Refer: get-account-aggregation-status | SailPoint Developer Community)

Output:

{
    "start": "2024-11-20T12:10:55.682915Z",
    "status": "COMPLETED",
    "totalAccounts": 4,
    "processedAccounts": 4,
    "totalAccountsMarkedForDeletion": 0,
    "deletedAccounts": 0,
    "totalIdentities": 0,
    "processedIdentities": 0
}

However, we want the list of accounts along with attributes which are either created/modified during an account aggregation.

Seek your help on this.

Thanks,
Kartheek

hi @kartheek_gopu you can create workflow alert and that way you can get all the account updated or modified with aggregation.

Hi @kartheek_gopu,
Happy New year!

You can build a search query on source recent activities and by saving the query you can subscribe and trigger every time based on your source’s daily aggregation.

That query will generate all the activities of source, you can filter the create and modify operations from the output.

Please let me know for anything.

Thank you!
Dharani.

Hello @kartheek_gopu ,

To meet your requirement you can create ISC workflows or event triggers that capture account creation or modification events during aggregation.

regards,
Mehul

Hi @kartheek_gopu

In my opinion you can make use of native change detection feature which is introduced for the same purpose. Then you can even trigger a workflow to be notified about the updates by looping over the changes.

I hope this helps.

Regards
Vikas.