# Add "Groups" Column for /users/list Tabs (Admin)

**URL:** https://meta.discourse.org/t/add-groups-column-for-users-list-tabs-admin/123799
**Category:** UX
**Created:** [July 24, 2019, 1:34am UTC](https://meta.discourse.org/t/add-groups-column-for-users-list-tabs-admin/123799 "2019-07-24T01:34:23Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![justin.noom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin.noom/32/147907_2.png) [@justin.noom](https://meta.discourse.org/u/justin.noom)
#### Post date: [July 24, 2019, 1:34am UTC](https://meta.discourse.org/t/add-groups-column-for-users-list-tabs-admin/123799/1 "2019-07-24T01:34:23Z")

</div>

Adding a column for `Groups` in the `Active Users` tab (and, in effect, the additional tabs) and being able to then export that data to have it all in one `.CSV` would be super useful. Is this something that would be plausible with CSS/a theme component?

 ![2019-07-23%2021_30_50-Window](https://global.discourse-cdn.com/meta/original/3X/2/6/261c3d1df94ad0b1c137e3721855809ccd58c8c6.png)

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [July 24, 2019, 2:10pm UTC](https://meta.discourse.org/t/add-groups-column-for-users-list-tabs-admin/123799/2 "2019-07-24T14:10:23Z")

</div>

I don’t believe the group membership is available in the `active.json` data used to populate that page, so this would be out of scope for a theme. You’d need a plugin to add the group data and make everything exportable.

---

<div class="post-metadata">

### Author: ![justin.noom](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin.noom/32/147907_2.png) [@justin.noom](https://meta.discourse.org/u/justin.noom)
#### Post date: [July 24, 2019, 4:45pm UTC](https://meta.discourse.org/t/add-groups-column-for-users-list-tabs-admin/123799/3 "2019-07-24T16:45:14Z")

</div>

> [@awesomerobot](#):
>
> You’d need a plugin to add the group data and make everything exportable.

Ah, gotcha! Thank you for the clarification Kris. 🙂
