![](https://secure.gravatar.com/avatar/88785831d8db39c25cab3685d8aa58bb.jpg?s=120&d=mm&r=g)
March 31, 2020
4:18 a.m.
Based on Rest API documentation I expected that list of members will be returned in alphabetical order.
However, when I tried localhost:8001/3.0/lists/new.list.example.com/roster/member and localhost:8001/3.0/members/find?list_id=new.list.example.com&role=member&page=9&count=10 I got list of members in order of creation.
I tried same thing on another server, and I got members ordered alphabetically.
Any ideas what might be causing this behavior?