# Add an Admin subtab for Inactive users

**URL:** https://meta.discourse.org/t/add-an-admin-subtab-for-inactive-users/23723
**Category:** Feature
**Created:** [2015年一月7日 05:56 UTC](https://meta.discourse.org/t/add-an-admin-subtab-for-inactive-users/23723 "2015-01-07T05:56:52Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [2015年一月7日 05:56 UTC](https://meta.discourse.org/t/add-an-admin-subtab-for-inactive-users/23723/1 "2015-01-07T05:56:52Z")

</div>

Continuing the discussion from [Sortable Admin pages](https://meta.discourse.org/t/sortable-admin-pages/20721/8):

> [@Sortable Admin pages](https://meta.discourse.org/t/sortable-admin-pages/20721/8):
>
> ![](https://global.discourse-cdn.com/meta/original/3X/8/8/88e20010370224798cf02f3debeae24c2a4ff1a5.png)
> 
> Any of those lists can be exported via the button into CSV format with a bunch of relevant columns, more than we have room to display on screen.

So that admins can easily review and deal with inactive users, a column listing Inactive users would be very helpful, and also give a clue as to their potential existence.

![](https://global.discourse-cdn.com/meta/original/3X/d/2/d278454a2e4b1acfd00f7a6a77b3b281b1a3423e.png)

---

<div class="post-metadata">

### Author: ![watchmanmonitor](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/watchmanmonitor/32/430970_2.png) [@watchmanmonitor](https://meta.discourse.org/u/watchmanmonitor)
#### Post date: [2016年十二月12日 02:56 UTC](https://meta.discourse.org/t/add-an-admin-subtab-for-inactive-users/23723/2 "2016-12-12T02:56:28Z")

</div>

I just spent about 20 minutes figuring out how to export a list of all users, sort it by the right columns, to see who’s in our system and still waiting approval.

What would it take to make this a button in the Discourse Admin?

---

<div class="post-metadata">

### Author: ![Tom\_Newsom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tom_newsom/32/115981_2.png) [@Tom\_Newsom](https://meta.discourse.org/u/Tom_Newsom)
#### Post date: [2016年十二月12日 12:54 UTC](https://meta.discourse.org/t/add-an-admin-subtab-for-inactive-users/23723/3 "2016-12-12T12:54:27Z")

</div>

You can do this right now with [Data Explorer](https://meta.discourse.org/t/data-explorer-plugin/32566)

It’d be simple as

`SELECT username, active FROM users`

Or whatever columns you like; there’s loads. Then click the _Download as CSV_ button.

---

<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: [2025年十二月4日 11:33 UTC](https://meta.discourse.org/t/add-an-admin-subtab-for-inactive-users/23723/4 "2025-12-04T11:33:27Z")

</div>


