This question has probably been asked before .. but does anyone have a quick and easy way to list permissions assigned for each dataverse and dataset in a dataverse installation? Do we just need to write a script to run the API to find all the dataverses, then to list all the datasets in each of those dataverses identified, then list permissions assigned for each of those dataverses/datasets? There is no way in the UI to do this right?
other than looking through each dataset of course
A message was moved here from #community > good vibes by Deirdre Kirmis.
Hmm, I think there are APIs for this. Please look for "assignments" as in "role assignments".
ah yea, i found that one, and it works, but just lists the role assignments for the specified dataverse .. but i guess i was wondering if there is something that lists all dataverses and datasets and their assignments .. but I think we would need a script to loop through the list of dataverses, datasets, and found the role assignments for each .. working on that program but wasn't sure if there was already one somewhere
I see. A dump of all assignments, basically. No, I don't think we have this. You're welcome to create an issue if you like.
Deirdre Kirmis has marked this topic as resolved.
Last updated: Nov 01 2025 at 14:11 UTC