question

VolodymyrDumchykov-9740 avatar image
0 Votes"
VolodymyrDumchykov-9740 asked azure-cxp-api edited

How can I list all available room and equipment resources using Microsoft Graph

Is there any way to get the list of resources via Microsoft Graph? I see that room and equipment resources are returned when I request users endpoint, but I cannot see any field how to distinguish pure users from resources.

azure-ad-graph
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

michev avatar image
0 Votes"
michev answered

You cannot, as those are Exchange objects, whereas Azure AD only cares about the corresponding user object. Depending on what you are trying to achieve, you might be able to use the /places endpoint: https://docs.microsoft.com/en-us/graph/api/place-list?view=graph-rest-1.0&tabs=http

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.