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?
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.
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.