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
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.
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.