How to get list of Admins

  • 25 April 2022
  • 0 replies
  • 77 views

  • Looker Staff
  • 2 replies

Problem: Although we can see the entire list of users, we can’t filter out admins from Admin > Users to get Admins only.

 

Solution: We can easily get the list of admins from system activity!

You can use the following URL by replacing your instance URL with <LOOKER_HOST_HERE>:

https://<LOOKER_HOST_HERE>/explore/system__activity/user?fields=user_facts.user_id,user.name,user.email&f[user.is_disabled]=No&f[user_facts.is_admin]=Yes&sorts=user_facts.user_id&limit=500&vis=%7B%7D&filter_config=%7B%22user.is_disabled%22%3A%5B%7B%22type%22%3A%22is%22%2C%22values%22%3A%5B%7B%22constant%22%3A%22No%22%7D%2C%7B%7D%5D%2C%22id%22%3A0%2C%22error%22%3Afalse%7D%5D%2C%22user_facts.is_admin%22%3A%5B%7B%22type%22%3A%22is%22%2C%22values%22%3A%5B%7B%22constant%22%3A%22Yes%22%7D%2C%7B%7D%5D%2C%22id%22%3A1%2C%22error%22%3Afalse%7D%5D%7D&origin=share-expanded


This topic has been closed for comments