Skip to content

AdminAPI: sort new users at the top

Alex Gleason requested to merge admin-api-users-sort into develop

Fixes #2709 (closed)

Sorts AdminAPI users by the newest first, making it easier to check the most recent users on the instance.

We sort by ID instead of created_at because the ID already has indexes and FlakeIDs sorts new rows alphabetically.

Edited by Alex Gleason

Merge request reports