Office 365 REST API list resources (meeting rooms)

大兔子大兔子 提交于 2019-11-29 04:07:07

You can use the Azure AD Graph API to query the list of users. However, there is no field in the API that marks a user as being a conference room. Depending on how your organization creates and names rooms, maybe you can find a filter that will only return rooms.

After that, it's just a matter of implementing the client credential flow so you can access multiple mailboxes.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!