Adminstration

How can I request access to a specific dashboard in a larger site that has several dashboards. How can I find the owner of the dashboard that I’d like access to?

Hi @zachrivo - Welcome to AWS QuickSight Community and thanks for posting this question. If you are the owner of the Dashboard, you can not see all dashboard details. However you can use QuickSight boto3 API to collect all dashboard details available in an account. See the document link below -
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/list_dashboards.html

With custom code, you can extract all dashboard details as well but the owner and co-owner can only share the dashboard to the users ( Reader and Authors) in QuickSight.

Regards - Sanjeeb