Stream: community

Topic: โœ” List all roles/permissions assigned to users in all DV, DS


view this post on Zulip Deirdre Kirmis (Feb 19 2024 at 16:49):

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?

view this post on Zulip Deirdre Kirmis (Feb 19 2024 at 16:50):

other than looking through each dataset of course

view this post on Zulip Notification Bot (Feb 19 2024 at 17:58):

A message was moved here from #community > good vibes by Deirdre Kirmis.

view this post on Zulip Philip Durbin ๐Ÿš€ (Feb 22 2024 at 14:27):

Hmm, I think there are APIs for this. Please look for "assignments" as in "role assignments".

view this post on Zulip Deirdre Kirmis (Feb 22 2024 at 15:03):

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

view this post on Zulip Philip Durbin ๐Ÿš€ (Feb 22 2024 at 15:21):

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.

view this post on Zulip Notification Bot (Feb 22 2024 at 16:27):

Deirdre Kirmis has marked this topic as resolved.


Last updated: Nov 01 2025 at 14:11 UTC