View the original community article here
Last tested: Dec 2020
- Click on the user in Admin > Users.
- Under “Roles” for that user, click the embedded role. You’ll see a popup with permission sets and model sets.
Another quick way to check this is via the browser’s Network console. For example:
-
Open Network console. (For Chrome, this can be found under the three dots menu, then “More Tools > Developer Tools.)
-
Run the page with the Embedded iframe.
-
Filter Network responses for
embed
and click on that line. You're looking for the encoded URL like%2embed%2F....
-
Click on Headers and scroll to the Query String Parameters section.
-
Click
view parsed
(It may already be defaulted). -
You'll then see a section like:
permissions
:
["see_user_dashboards","see_lookml_dashboards","save_content","access_data","see_looks","schedule_external_look_emails","embed_browse_spaces","schedule_look_emails","explore","see_sql","download_without_limit"]
This content is subject to limited support.