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.
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.
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 people are following this question.