Works fine here. Are you getting the same behavior outside of Graph explorer, or is it specific to the tool?
GraphAPI: "Not a collection" error when using $filter or $top on /users endpoint
seth steele
6
Reputation points
We're experiencing an issue when we try to $filter or do a $top on the /users endpoint.
"The query specified in the URI is not valid. The requested resource is not a collection. Query options $filter, $orderby, $count, $skip, and $top can be applied only on collections."
/users should be a collection, no? This was working for us previously and stopped in the last couple weeks.
How to duplicate:
https://developer.microsoft.com/en-us/graph/graph-explorer
Login
https://graph.microsoft.com/v1.0/users?$top=10
Run Query