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

I went to look at the groups in my community to see who amongst my members was TL1 and not yet TL2, but there doesn’t seem to be a simple way to do that – am I missing something? Seems like it would be helpful (viewing the members of the TL1 group doesn’t give very useful information as it also contains everybody in the TL above TL1!)

Thanks for any tips.

Perhaps some Data Explorer query?

לייק 1

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

A data explorer query like this should work:

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

SELECT id as user_id from users where trust_level = :trust_level
לייק 1

If you go to your admin dashboard and scroll down to this section, you can click on the TL and see a list in /admin/users:

Alternatively, you can manually append the TL name to the url, eg /admin/users/list/basic

4 לייקים

Thanks, that’s what I needed!

לייק 1

Who would have thought it would be in the Users per Trust Level section :person_shrugging: :slight_smile:

לייק 1

As long as one knows such section exists! :sweat_smile:

לייק 1

Very true. Everything is much easier when you know the answers. :slight_smile:

Though I’m also a big fan of data explorer. You might find the inbuilt lists don’t have all the info you want, and that can be where a custom query could come in really handy. :heart:

2 לייקים

I’m certain I will be too in time, once I’ve got all the basics sorted out!

לייק 1