API to perform account aggregation against a connection

Hello Team,

How can we perform account aggregation operation via API against a data source? Basically currently what we are doing for manual aggregation, we are trying to automate it . Attached screenshot for reference.

Hi @abhatt

use this API call:
POST: curl --location --request POST ‘https://<org_name>.api.identitynow.com/cc/api/source/loadAccounts/<source_id>’ \

–header ‘Authorization: Bearer xxxxxxxxxxxxxxx’
–form ‘disableOptimization=“false”’

Aggregations can be automated via the UI by enabling the schedule and choosing the appropriate aggregation period.

1 Like