# How do I see who is TL1 (and not TL2)?

**URL:** https://meta.discourse.org/t/how-do-i-see-who-is-tl1-and-not-tl2/396404
**Category:** Support
**Tags:** trust-levels
**Created:** [18 בפברואר,‏ 2026,‏ 2:40pm UTC](https://meta.discourse.org/t/how-do-i-see-who-is-tl1-and-not-tl2/396404 "2026-02-18T14:40:12Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [18 בפברואר,‏ 2026,‏ 2:47pm UTC](https://meta.discourse.org/t/how-do-i-see-who-is-tl1-and-not-tl2/396404/3 "2026-02-18T14:47:33Z")

</div>

~~I think at the moment that’s impossible in the UI.~~ Turns out it is, in a roundabout way – Discourse secrets

A [data explorer](https://meta.discourse.org/t/32566?silent=true) query like this should work:

```plaintext
-- [params]
-- int :trust_level = 0

SELECT id as user_id from users where trust_level = :trust_level

```

---

_[View the full topic](https://meta.discourse.org/t/how-do-i-see-who-is-tl1-and-not-tl2/396404)._
