Assignment of a role via API's for bulk identities

Hello Experts,

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.

(POST) https://sailpoint.api.identitynow.com/v3/access-requests

However, we have


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.

Thanks,
Kartheek

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.

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