Getting an empty array in response for List place API

Kedar Chandrayan 30 Reputation points
2024-01-10T08:47:22.2266667+00:00

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?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,992 questions
0 comments No comments
{count} vote

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.