Hi @Edward Campbell ,
By using this Graph API endpoint https://graph.microsoft.com/v1.0/places/microsoft.graph.room/
we can only fetch all the rooms in the tenant as mentioned here and if we are making any changes to this room resource (updation,deletion) operations, typically it will 4 to 24 hours to reflect the changes via Places Graph API endpoint.
You can exclusively find this rooms in Exchange online admin center under Recipients->Resources
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
I also just tested adding a room in the M365 Admin Center, and it was with the results from /v1.0/users instantly. However the /places/ endpoint does not. Aren't both endpoints using Graph?
@Edward Campbell Could you please confirm the entity you are looking for is visible from Microsoft 365 admin center->Resources->Rooms&Equipments?
Yes it is.
Sign in to comment