Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,477 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
@odata.nextLink missing on running https://graph.microsoft.com/v1.0/places/microsoft.graph.room?$count=true&$top=1
On running https://graph.microsoft.com/v1.0/users?$count=true&$search="displayName:room"&$top=1, I can see @odata.nextLink:
From the doc List places - Microsoft Graph v1.0, I see that $top parameter is supported by /places/microsoft.graph.room. So, why doesn't the response include @odata.nextLink?