Know the dashboard shared/created by a user in the quicksight

0

How to know list of dashboards/analysis are published/created by user in the quicksight?

1 Answer
0

Hi,

Once logged in to QuickSight homepage, you will see the options to view your dashboards and analyses on the left navigation pane. Click on the relevant section to access either “Dashboards” or “Analyses”. In the Dashboards/Analyses section , you should be able to see a list of the dashboards or analyses that you’ve created or published. There is view option on the right corner of the page you can choose from. When you choose the Kebab/ three horizontal-line icon, you will be able to see the owner and last modified. Make sure you have the necessary permissions to view all the dashboards or analyses created by particular user.

profile pictureAWS
BezuW
answered 5 months ago
  • Here, we can see once owner of analysis/dashboard is shared and we have to go individual analysis/dashboard. Is there anyway, suppose as an admin, it should be able to monitor how many dashboards/analysis are created by every developer in the quicksight. Like any API to list all analysis and respective owners.

  • SearchDashboards and SearchAnalysis APIs show the list of dashboards owned by the users.

    In addition, ListDashboards and ListAnalyses also show the list of Analysis and dashboards in AWS account.

    <GET /accounts/AwsAccountId/dashboards?max-results=MaxResults&next-token=NextToken HTTP/1.1/>
    
    <GET /accounts/AwsAccountId/analyses?max-results=MaxResults&next-token=NextToken HTTP/1.1/>
    
  • Yes.. we can use ListDashboars/ListAnalyses. But i do not get the who created this analysis. Am i right?

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions