API O365 endpoint to get an in-room catalog

I am using the O365 Calendar API to get the calendar events of rooms in an organization. At the same time, I am using a hardcoded mailing list.

In the O365 web app, I can view the room directory of all rooms in the organization, and I am wondering if there is an endpoint in O365 where I can program all the rooms in that directory.

+3


source to share


1 answer


Meeting rooms are stored as user objects in Azure AD. You should be able to request them through the Azure AD Graph API .



+1


source







All Articles