How to get dashboard owners? QUICKSIGHT_USER, QUICKSIGHT_VIEWER_OR_OWNER...etc

I use the search-dashboard API by dashboard-id. The response does not return any of these:
‘QUICKSIGHT_USER’|‘QUICKSIGHT_VIEWER_OR_OWNER’|‘DIRECT_QUICKSIGHT_VIEWER_OR_OWNER’|‘QUICKSIGHT_OWNER’|‘DIRECT_QUICKSIGHT_OWNER’|‘DIRECT_QUICKSIGHT_SOLE_OWNER’

I want to be able to see any of these info so I can filter farther. How can I get these info for a particular dashboard?

Hi @alltej,
Take a look at the attached document and let me know if this assists in what you’re looking for.

https://docs.aws.amazon.com/cli/latest/reference/quicksight/describe-dashboard-permissions.html

1 Like

Hello @alltej

To find dashboard permission you need to run QuickSight API - describe_dashboard_permissions to find who has access to the dashboard with the help of dashboard id.

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/quicksight/client/describe_dashboard_permissions.html

2 Likes

Hi @alltej ,

Both @Brett and @Xclipse responded with the right info. Since Brett’s response came in first, I’m marking that as solution here. Please do let us know if you have any further questions.

Regards,
Arun Santhosh
Pr QuickSight SA

1 Like