Forum Discussion

Warren_Brill's avatar
8 years ago

Method to Revoke a Role in Bulk (But Not All Members Granted)

There is a CSV role upload process, which works quite well. Is there a similar revocation process, using a CSV file upload? I have roles with tens of thousands of members granted, and I need to revoke from a list provided in a spreadsheet. I do not want to completely remove and re-create the role, just revoke from a couple of thousand currently granted the role in question.

  • Only easy way would be to build a little script to do this or the manual way. Clone the role, use the upload tool to add the new role to the right users then delete the legacy role. Although manual, it's not that much work especially as I don't know how to build a script to use the API to do what you want but I would think it would be easy enough.