Is it possible to sort user list by alphabetical order?

[Problem/Question]
At this moment, User list is not sorted on MemberModal.
Is it possible to sort user by his nickname?


// If problem, please fill out the below. If question, please delete.
[UIKit Version]
// What version of the SDK are you using?

[Reproduction Steps]
// Please provide reproduction steps and, if possible, code snippets.

[Frequency]
// How frequently is this issue occurring?

[Current impact]
// How is this currently impacting your implementation?

Hello @BizimplyHan ,

The user list cannot be sort by alphabetical order as we return the user list ordered by the users created_at attribute. However, it is not the same for channel member lists. For Super Groups it is possible to get members sorted alphabetically for larger channels.

You should also return it in alphabetical order, just as whatsapp does. Ordering by create date does not any meaning for users. @rahul

Hello @Sercan_Demir,
It is not the same for channel member lists. For Group channel it is possible to get members sorted alphabetically. Please refer below document and let me know if this helps.

Link to refer-