mehuljogi
(Mehul Jogadia)
September 3, 2024, 1:08pm
3
Hi @poison001 ,
try using the import-accounts API endpoint (https://developer.sailpoint.com/docs/api/beta/import-accounts/)
for full aggregation with disable optimization.
The following posts will help you create workflows for unoptimized aggregation:
Unoptimized Aggregation Workflow.json (2.7 KB)
Here is an example that triggers the aggregation. It also sends an email just for testing but that can be removed.
Replace the tenant, sourceID(s) and add the client ID and Secret.
[image]
Problem
We schedule aggregations to automatically load new data on the source into Identity Now on a regular basis. If the source supports delta aggregation , we prefer using that option to lower the aggregation times and minimize load on the system. But, there are times when the system demands a full source aggregation to be run to pick up certain changes else the account in IDN remains unchanged. Example: OU Moves or Account deletions are only processed during full source aggregations.
When de…
-Mehul
4 Likes