Everyone in this account Option

Does anyone know of a way to restrict the share with ‘Everyone in this account’ Option when sharing a Dashboard. As a follow-on is there a way to identify through API calls what dashboards have been shared with this option enabled?

  1. You can raise a support ticket to disable the option on your account.
  2. Run the describe dashboard permissions API call and loop through all dashboard ids if the Principal of the output of the API call is as below that means it is shared with all users on the account.

“Principal”: “arn:aws:quicksight:us-east-1:733573111078:namespace/default”

1 Like