For all the users coming into SailPoint during initial load (before Go Live) for any application, we want to raise access request (to assign role).
Using the below API, we want to raise access requests for such identities after initial load.
some thousands of accounts coming from application feed file and we want to raise access requests for all such identities.
In the cited API, there is a limit on the number of identities for whom access request could be made(10 recipients only).
Is there any way using which we can invoke the above POST API in bulk.
The way I would approach this request would be to use the PowerShell SDK using a foreach look and a csv file. I would loop over each record in the foreach loop and build out the required JSON body for the POST request.
PowerShell SDK
Looks like the Cmdlet you would be looking at using is New-BetaAccessRequest. To see more information on this commandlet you can use the build help function built into powershell to see the inputs that are expected.
Please let us know if you need more help with complete your request.