Mark only entitlement as requestable where groupType is Security

Hi all, we are trying to make changes in SailPoint IDN workflows where we have to mark only entitlements as requestable where groupType is Security. Please let us know if anyone has implemented before. Thanks in advance!

Workflows may not be the best solution for this. You will probably be better off writing a script to perform this action as needed. I would use the list entitlements endpoint to get a list of entitlements that have the type “Security”, and then use the patch entitlements to mark them as requestable.

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