Identity refresh on entire tenant

How can I trigger the identity refresh task based on identity attributes change.

We are using a PS script using CC api which runs every 1 hour to locate the identity changes and run the refresh. Now that CC/api are getting deprecated, we need to find alternate solution for the same .
Found new equivalent beta api which has <=250 count which is not feasible for our requirement as we need refresh on entire tenant every 1 hour.
start-identity-processing | SailPoint Developer Community

Just wanted to understand why there is a need to trigger identity refresh for all identities every one hour?

Identity changes itself run refresh whenever aggregations run on the sources which influence an identity change, why you want to explicitly run this?

We have done this script as part of leaver module implementation.

Hello @nandiniks

See if you can leverage this to refresh all the identities under a single identity profile : sync-identity-profile | SailPoint Developer Community

You would have to supply the id of the identity profile you would like to process. As per the document this should process all the identities under a profile.

Let me know if this helps.

Thank you so much for the reply Arshad, Just wanted to know if we can use this without any limitations on the API in PS script?

Yes @nandiniks, I think you can use it in scripts. This API looks to be a straightforward POST call on an identity profile ID and should not cause any problem.

But please do test it and let me know how it goes.

Sure, Thank you so much for the reply. I shall update you the results if this API is used in our scripts.

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