Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,992 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have created multiple room resources on Exchange Admin Centre To retrieve all the created rooms in a tenant, I've attempted to use the List Places API.
GET https://graph.microsoft.com/v1.0/places/microsoft.graph.room
Response:
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#places/microsoft.graph.room",
"value": []
}
Why does this API return an empty array even though rooms are already present?