How to disable sharing button in dashboard menu bar

in the top right of a dashboard view there is a list of icon such as save, share etc,

i’m looking to disable any sharing functionality or anyway similar which is exposed via embedded Quicksight.
is this possible as any i have tried a few different ways via update-dashboard and update-dashboard-permissions but it doesn’t seem to work as it doesn’t give an option within the permission set to disable sharing button.

Hi @Hendz ,

How are you generating the embed url? What API are you using?

After you published the dashboard (where you will still see the share icon), the embedded use-case requires you to generate the url with either the generate-embed-url-for-anonymous-user() API or the generate-embed-url-for-registered-user() API. These urls do not include the share icon.

Hope that helps.

ws

1 Like