Forum Discussion
Anthony-123
Mar 10, 2022Iron Contributor
GET group members orderBy=displayName isn't sorting
I'm new to Graph but I'm referencing this https://docs.microsoft.com/en-us/graph/query-parameters#orderby-parameter The users?$orderby=displayName example works just fine for me. What I want to do is...
Licantrop0
Microsoft
Sep 25, 2024Anthony-123 this is considered an Advanced Query so other than consistencyLevel=eventual header, it requires also $count=true query parameter.
Try it here on Graph Explorer.