Knowledge Drops

How can an admin see what permissions an embed user has?


Userlevel 5
Badge
  • Looker Staff
  • 173 replies

Last tested: Dec 2020

  1. Click on the user in Admin > Users.
  2. 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:

  1. Open Network console. (For Chrome, this can be found under the three dots menu, then “More Tools > Developer Tools.)

  2. Run the page with the Embedded iframe.

  3. Filter Network responses for embed and click on that line. You're looking for the encoded URL like %2embed%2F....

  4. Click on Headers and scroll to the Query String Parameters section.

  5. Click view parsed (It may already be defaulted).

  6. 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.                


0 replies

Be the first to reply!

Reply