Bulk Role Importer

Hi Team,

I am using the Bulk Role Importer tool successfully but I need to update 204 roles with additional criteria. Is there a way to do this with the bulk importer? Currently when I attempt it states there is no task for updateRole.

Thanks

Hi @P96337,

updateRole is not a valid command listed in the documentation.

This is instead handled by createRole. When using this command, if the specified role exists, instead of creating a role with the same name, it will make the requested updates to the existing role,

Thank you,

  • Zach

Hi Zach,

Thanks for chiming in. I tested this and it does add the additional criteria. How do I ensure it just adds the additional criteria and does not overwite the criteria in place? It sounds like I have a lot of building to do in the csv. If there an easier way?

Hi @P96337

You can append new criteria along with your existing criteria so it will not overwrite.

Ahh sweet. Thanks Manan and Zach. This helps alot.