# Very new users not showing in user list

**URL:** https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613
**Category:** Support
**Created:** [September 20, 2018, 5:10am UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613 "2018-09-20T05:10:02Z")
**Posts on this page:** 13
**Page:** 1

<div class="post-metadata">

### Author: ![constance](https://avatars.discourse-cdn.com/v4/letter/c/ed655f/32.png) [@constance](https://meta.discourse.org/u/constance)
#### Post date: [September 20, 2018, 5:10am UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/1 "2018-09-20T05:10:02Z")

</div>

Is there a reason that users are not showing in the main user list but can be seen in a group user list? Normally they would show in both.

---

<div class="post-metadata">

### Author: ![tophee](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tophee/32/73406_2.png) [@tophee](https://meta.discourse.org/u/tophee)
#### Post date: [September 20, 2018, 5:43am UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/2 "2018-09-20T05:43:43Z")

</div>

The main user list only shows active users…

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [September 20, 2018, 5:45am UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/3 "2018-09-20T05:45:27Z")

</div>

I’m helping Constance with this. We’re not seeing users who just posted (and are one of the only posters). We’re expecting to see a user who just posted here. Is there a user directory on Discourse anywhere? Or is active users the only listing? Is there a timeout for when this list is updated?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [September 20, 2018, 6:39am UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/4 "2018-09-20T06:39:13Z")

</div>

> [@typeoneerror](#):
>
> Is there a user directory on Discourse anywhere?

Go to:  
Admin → Users → New

If you can’t find them there then there’s a problem.

If they’re there and have been active for a few days and you can’t find them on the heavily cached /Users page there’s a problem.

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [September 20, 2018, 4:57pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/5 "2018-09-20T16:57:51Z")

</div>

> heavily cached

Anywhere I can find out more information about this (how heavily? can I force a clear?) For example, three new users joined yesterday and performed activities and they don’t show up in the users “leaderboard”. This doesn’t seem like a directory to me.

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [September 20, 2018, 9:18pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/6 "2018-09-20T21:18:10Z")

</div>

It isn’t a browser cache that can be cleared. It’s a cached database query.

> [@typeoneerror](#):
>
> joined yesterday

That’s why you’re not seeing them at /users, Because the query is expensive it isn’t “real time”. The job runs once daily, so if they still aren’t there tomorrow, then there will be reason to be concerned.

It does bring up an idea for a feature request. eg. during the bootstrap stage of the forum, run the job more often.

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [September 20, 2018, 9:26pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/7 "2018-09-20T21:26:21Z")

</div>

> [@typeoneerror](#):
>
> can I force a clear?

If you are self-hosted and have admin access, you can navigate to `/sidekiq/scheduler`, find `Jobs::DirectoryRefreshDaily`, and press Trigger.

To refresh month/quarter/all-time views, trigger `Jobs::DirectoryRefreshOlder`

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [September 20, 2018, 9:38pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/8 "2018-09-20T21:38:37Z")

</div>

Cheers, that’ll be perfect for our self-hosted customers. This one is not. Seems more like a documentation issue. This client was thinking “Users” would be a list of Users of the forum. But it’s a “Leaderboard” or “Active Users” list. There doesn’t really seem to be an indicator in the UI of this. A /directory feature that shows basically /admin/users would be a killer feature for our customers who have a small private forum that need to see the member list. Now that we know Users is Active Users, we can instruct other customers going forward. Thanks!

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [September 20, 2018, 10:03pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/9 "2018-09-20T22:03:23Z")

</div>

> [@typeoneerror](#):
>
> A /directory feature that shows basically /admin/users would be a killer feature for our customers who have a small private forum that need to see the member list.

The UI is not perfect, but we do have the ‘trust\_level\_0’ group, that includes all users. For example: [https://meta.discourse.org/groups/trust\_level\_0](https://meta.discourse.org/groups/trust_level_0)

---

<div class="post-metadata">

### Author: ![typeoneerror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/typeoneerror/32/80817_2.png) [@typeoneerror](https://meta.discourse.org/u/typeoneerror)
#### Post date: [September 20, 2018, 10:20pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/10 "2018-09-20T22:20:06Z")

</div>

This is a fantastic workaround, thanks!

---

<div class="post-metadata">

### Author: ![Alfarhan\_Zahedi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/alfarhan_zahedi/32/141591_2.png) [@Alfarhan\_Zahedi](https://meta.discourse.org/u/Alfarhan_Zahedi)
#### Post date: [March 26, 2019, 5:23pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/11 "2019-03-26T17:23:45Z")

</div>

This does not seem to work now ☹  
Any other work around ?

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [May 24, 2022, 11:39pm UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/12 "2022-05-24T23:39:54Z")

</div>



---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [May 25, 2022, 4:34am UTC](https://meta.discourse.org/t/very-new-users-not-showing-in-user-list/97613/13 "2022-05-25T04:34:44Z")

</div>


