What would be the easist way to identify which dashboard(s) are using a specific namespace users group?

Hello everyone.

What would be the most efficient way to identify all dashboards that have granted access to a specific namespace user’s group?

Let’s say I have 100 dashboards. 3 namespaces and 2 users groups on each. I would like to know which dashboard have granted access to users group #1 from namespace #2.

I know I can loop thru each of the 100 dashboards and look into their access permissions…. just wondering if there is any different approach of finding that information.

Thanks.

Hi @jjluna,
Unfortunately there’s no easy/quick way within the Quick console so I believe the easiest way to locate this information would be through using CLI; there are a few API calls that can assist with this:
This will list your dashboards within the account:

Then you can use the dashboard ARN’s to find permissions:

Thank you @Brett .

Right that is the way I am currently doing, just didn’t want to bombard the API thousand of times when a group changes.

Hi @jjluna,
I agree it would be nice to have an easier way to access this information from the Manage Assets option within the platform, so I’ll mark this as a feature request to promote visibility to the support team.