Sort AdminAPI user results by join date
I've implemented a basic AdminAPI account list:
Screen_record_from_2021-07-13_19.13.17
Screen_record_from_2021-07-13_20.41.07
I like it, but there's no way to sort the results. Alphabetical doesn't really make sense on a server with lots of users. I think it should be sorted by join date, with the most recent users at the top. That way you could easily browse new users.
EDIT: And ideally the user's created_at date would be returned through AdminAPI too.