Share all details related to your problem, including any error messages you may have received.
Greetings to everyone,
I have a simple question: Is it possible to create Roles in bulk (via UI Administration Console, CSV file or API) in a standard version 8.3 of IdentityIQ?
Unfortunatelly not out of the box, there are couple of ways how to automate this operation but whichever option you take it will require more or less coding. Here are the options
You can write Run Rule to load them from csv file
You can create (generate via.some script) XML objects of roles and import them via gui or iiq console
You can write a jshell script to do basically the same as in point 1
I know Ventum created once role loader to IIQ - i will share it in colab if I get permission to do that. Give some time to check it.
You can create a python script to create the managed attribute, IT role, Business Role, and workgroups for the Role. We exported each of these form debug for a test role, and then use a spreadsheet that hold each needed value and generate each of those XML attributes into a single XML that we can bulk import into IIQ, this also allows us to save a baseline. We do this for all roles additions, so we have an XML file for all roles within the system.