This was used to bulk request roles or bulk remove roles from users using a csv file. This script was developed by Rakesh Kapoor to bulk request profiles from a user but i no longer see this on the professional services documentation site. The CSV would have the following fields:
A: Lanid
B: Role Name
C: Notes for request
D: GRANT_ACESS or REVOKE_ACCESS
This seems to be getting hung on a role hash mapping step as of the last month or so does anyone use a similar script?
I am familiar with the Bulk Access Profile and Role importer tool. This other script the bulk requester tool was different and used to bulk create access requests or bulk create revoke requests. I do not recall this being a possible command within the script you listed above
Yes, agree with @iamnithesh. Sailpoint has depreciated the cc and v2 API last month and it was communicated as well to all their customers. There are new V3 and beta APIs that have been released as their replacement.
The final depreciation happened for us on 22nd of June,2024 but after changing the endpoints of older API the issue was resolved for us.
May be better to double check the response json structure of the new API to make sure that it works smoothly.
Do you know if there is any particular API that is failing for your case ?
All of the APIs within this script are v3 I verified that none of them are deprecated. I will check into the response JSON structure to ensure it operates smoothly
That is a great catch, I was vetting the script for /v1/ and /v2/ did not realize the /cc/ were also included in deprecation. I will correct these and see if it works as expected. Thanks! Would you happen to know the sufficient replacement of V3 or Beta APIs? or if it is not 1 to 1? Or a better question is there a more efficient or newly updates script for bulk role requests and bulk role removal requests?