# Is there a criteria for the Users Directory?

**URL:** https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098
**Category:** Support
**Created:** [6월 16, 2015, 10:16오후 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098 "2015-06-16T22:16:26Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [6월 16, 2015, 10:16오후 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/1 "2015-06-16T22:16:26Z")

</div>

When I got to /users not all of the registered users are showing - is there some criteria that has to be met before they appear? There are people who have posted who are not showing in the list too.

---

<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: [6월 17, 2015, 2:17오전 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/2 "2015-06-17T02:17:27Z")

</div>

Is it a tine thing?  
AFAIK the list relies on a scheduled job having been run to populate it.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [6월 17, 2015, 7:53오전 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/3 "2015-06-17T07:53:11Z")

</div>

@Mittineague is right. This page is populated via a scheduled job that runs every hour.

---

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [6월 17, 2015, 10:01오전 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/4 "2015-06-17T10:01:55Z")

</div>

Ah right thanks - though I guess it’s a daily job rather than an hourly one as it took longer than an hour (had a quick look but didn’t spot anything [here](https://github.com/discourse/discourse/tree/master/app/jobs)).

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [6월 17, 2015, 10:22오전 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/5 "2015-06-17T10:22:26Z")

</div>

There’s actually 2 jobs. One that runs every hour for the daily period and another one that runs every day for other periods

[https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/directory\_refresh\_daily.rb](https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/directory_refresh_daily.rb)

* * *

[https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/directory\_refresh\_older.rb](https://github.com/discourse/discourse/blob/master/app/jobs/scheduled/directory_refresh_older.rb)

---

<div class="post-metadata">

### Author: ![AstonJ](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/astonj/32/215041_2.png) [@AstonJ](https://meta.discourse.org/u/AstonJ)
#### Post date: [6월 17, 2015, 10:26오전 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/6 "2015-06-17T10:26:57Z")

</div>

Thanks @zogstrip! (I was looking for something with ‘user’ in the file name - duh)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [6월 17, 2015, 10:46오전 UTC](https://meta.discourse.org/t/is-there-a-criteria-for-the-users-directory/30098/7 "2015-06-17T10:46:06Z")

</div>


