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