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回答
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
回答済み 5ヶ月前
  • 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?

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ