How can I handle bulk requests in SailPoint Identity Security Cloud?
is it via APIs or by uploading a CSV?
Hi Piyush,
It can be done via API. You can run a PS script or python script to consume the csv and execute the API’s. You can refer this Create Bulk Access Requests in ISC
You can leverage this API for bulk access request/removal. create-access-request | SailPoint Developer Community
You can either set this API in postman or any programming language of your choice(I prefer python). You can loop through the accounts and provide/revoke entitlements. The API requires identity id and entitlement id.
You can handle bulk requests in SailPoint Identity Security Cloud (ISC) using APIs and PowerShell script.
You can create bulk access requests via APIs by scripting the process. For example, you can use a PowerShell script to automate the creation of access requests for multiple users.
Thank you!
@Abhishek_1995 This is not relevant for ISC. The link you’ve shared is for IIQ.
@piyushdiwani Batch processing is unfortunately not available for ISC yet. Hence, I’d recommend to go with the approach Kavindar/Kapil have suggested which is using a combination of CSV file & PowerShell Script which would invoke access request related APIs.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.