We need to add bulk Request Center requests to access profiles? We have an application changing to a whole set of new AD groups, and a spreadsheet of existing users in the old AD groups. We would like to import Access Requests on behalf of users, please let me know if this is possible through automation.
There is an API for submitting access requests:
It does require that you have the identity id for the user. You can retrieve this with the Identities API:
You will also need the access profile id which you can get with this API:
If you would rather use the SDK - you can use the Search to get the required Ids
and the Create to submit the access requests
Was going to suggest the role importer thingy (as it has role assignment via access request as a feature)…but then realized your specifically want access profile access requests.
I guess you can ‘extend’ the ruby script if needed…or start from scratch as mentioned above.
I used the script shared in this post to perform bulk access requests.
Create Bulk Access Requests in ISC - Identity Security Cloud (ISC) / ISC Community Knowledge Base - SailPoint Developer Community
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.