# List of users with locked trust level due to group membership?

**URL:** https://meta.discourse.org/t/list-of-users-with-locked-trust-level-due-to-group-membership/62455
**Category:** Data & reporting
**Tags:** sql-query
**Created:** [5월 10, 2017, 6:36오후 UTC](https://meta.discourse.org/t/list-of-users-with-locked-trust-level-due-to-group-membership/62455 "2017-05-10T18:36:18Z")
**Posts on this page:** 1
**Showing post:** 24

<div class="post-metadata">

### Author: ![satonotdead](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/satonotdead/32/447830_2.png) [@satonotdead](https://meta.discourse.org/u/satonotdead)
#### Post date: [4월 30, 2023, 3:16오후 UTC](https://meta.discourse.org/t/list-of-users-with-locked-trust-level-due-to-group-membership/62455/24 "2023-04-30T15:16:16Z")

</div>

이거면 됩니다!

```plaintext
SELECT username from users WHERE manual_locked_trust_level = 1

```

---

_[View the full topic](https://meta.discourse.org/t/list-of-users-with-locked-trust-level-due-to-group-membership/62455)._
