Workflow to do bulk access request approval using pending status or comments

Hello,

I have to approve all the pending users who have a specific comment mentioned in the ticket. How can I implement this in Workflow? How can I retrieve the access request ID in the workflow trigger? Is it possible to accomplish this through the Access Request Decision trigger?

Thanks,
Harish G

You can achieve this either by creating a workflow or directly running a script. In both cases you need to use the following APIs

before sending the second request you can check the requesterComment field to confirm required comment

Implementing A Request Response Type Trigger in Workflows - Blog / Blog Posts - SailPoint Developer Community Forum

Hey Harish, which APIs did you use in the workflow to make this work? accessRequestId does not match with approvalId that is needed to approve requests, is there away to do a full approval where we skip all approval stages via API?