Is there a way to make all entitlements requestable after Entitlement aggregation

Is there a way to make all entitlements requestable after Entitlement aggregation for a source by default

Hi @Prashanth1812 ,

You can make bulk entitlements requestable using the checkbox.

Thanks!!

Hi @GOKUL_ANANTH_M , yes, but we have thousands of entitlements and need a automated/default process in SailPoint to update the requestable flag through the aggregation process.

I think there is no default process to make the entitlement requestable. Not sure.

You can try writing a script for this and run it in background. That might be the way I guess.

Thanks!!

You can use the list entitlements endpoint to get a list of entitlements and then use the patch entitlements to mark them as obtainable upon request → with the help of this, you may write a script and run it.

This the way I am thinking of. Also, using workflows you can achieve it. But it’s not a feasible solution as for 1000+ entitlements.

Thanks!!

2 Likes

Yes, thats what I’m gonna try doing and make use of recursive workflow process to see if it works. Thanks for the response Gokul.

That will make a load to the tenant. 1000 API calls using a workflow :hushed:

Hi @Prashanth1812 ,
I believe recursive workflow will not be best solution here as it will make a load to tenant , instead use powershell or any other SDK and follow the api approach suggested by @GOKUL_ANANTH_M

3 Likes

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