Share via

Getting an empty array in response for List place API

Kedar Chandrayan 35 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 Security | Microsoft Graph
0 comments No comments

Your answer

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