# Ability to Sort User Groups Alphabetically

**URL:** https://community.tulip.co/t/ability-to-sort-user-groups-alphabetically/16455
**Category:** Product Suggestions
**Tags:** user-groups
**Created:** [July 6, 2026, 2:45pm UTC](https://community.tulip.co/t/ability-to-sort-user-groups-alphabetically/16455 "2026-07-06T14:45:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nicolettenaya](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/nicolettenaya/32/9105_2.png) [@nicolettenaya](https://community.tulip.co/u/nicolettenaya)
#### Post date: [July 6, 2026, 2:45pm UTC](https://community.tulip.co/t/ability-to-sort-user-groups-alphabetically/16455/1 "2026-07-06T14:45:22Z")

</div>

It would be helpful to have the ability to sort User Group members alphabetically within Tulip.

As the number of users in a User Group grows, it becomes increasingly difficult to quickly locate a specific user when a User Group is used as a dropdown variable within an app. Currently, the list does not appear to be sorted alphabetically, requiring users to manually search through the list.

**Suggested Enhancement:** Add an option to automatically sort User Group members alphabetically (A–Z) when they are displayed in app dropdowns.

Has anyone else encountered this challenge or found a workaround?

---

<div class="post-metadata">

### Author: ![Jhondy](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/jhondy/32/9414_2.png) [@Jhondy](https://community.tulip.co/u/Jhondy)
#### Post date: [July 6, 2026, 2:48pm UTC](https://community.tulip.co/t/ability-to-sort-user-groups-alphabetically/16455/2 "2026-07-06T14:48:37Z")

</div>

This is very necessary, especially when the number of users in the user group is very high.

---

<div class="post-metadata">

### Author: ![rcanaway](https://avatars.discourse-cdn.com/v4/letter/r/6a8cbe/32.png) [@rcanaway](https://community.tulip.co/u/rcanaway)
#### Post date: [July 7, 2026, 12:00pm UTC](https://community.tulip.co/t/ability-to-sort-user-groups-alphabetically/16455/3 "2026-07-07T12:00:47Z")

</div>

[customWidget-User Group Sort.json](https://community.tulip.co/uploads/short-url/yf7EDKCwikyyyJBx4eUuYfPgDyW.json) (3.8 KB) Here is a custom widget that retrieves the list of group user IDs from the Users API (`/api/users/v1/user-groups/{userGroupId}/users`), compares those IDs against the Users table to look up each user’s name, sorts the results, and outputs the sorted list to both the console and a prop.

Currently, the widget retrieves up to 100 users but I’ve only tested it on a smaller group of roughly 6 records. It may be possible to support larger user groups with some additional tweaks.

---

<div class="post-metadata">

### Author: ![nicolettenaya](https://sea2.discourse-cdn.com/flex020/user_avatar/community.tulip.co/nicolettenaya/32/9105_2.png) [@nicolettenaya](https://community.tulip.co/u/nicolettenaya)
#### Post date: [July 7, 2026, 7:55pm UTC](https://community.tulip.co/t/ability-to-sort-user-groups-alphabetically/16455/4 "2026-07-07T19:55:07Z")

</div>

Thanks @rcanaway ! I’ll take a look
