Disable optimize aggregation from a source

Try this from Colin a few weeks ago and see if this helps.

curl -L 'https://sailpoint.api.identitynow.com/beta/sources/:id/load-accounts' \
-H 'Content-Type: application/x-www-form-urlencoded' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
-d 'disableOptimization=true'
1 Like