What is the purpose of the new “Read user and shared mail” delegated scope in Azure AD portal for Office 365 Exchange Online

故事扮演 提交于 2019-12-24 08:36:42

问题


What is the purpose of the new delegated scope "Read user and shared mail" in Azure AD for Office 365 Exchange Online.

Is it for accessing shared mailbox with Outlook REST Api? It seemed impossible until now. Is there some documentation available? Is this scope requires admin_consent?

?


回答1:


Yes. This permission is used for accessing the messages from the shared mailbox. However we need to specify the shared mailbox we want to retrieve the messages from. Here is an example for your reference:

GET: https://outlook.office.com/api/v2.0/users/sharedmailbox@yourtenant.onmicrosoft.com/messages

Is there some documentation available? Is this scope requires admin_consent?

I didn't find the any document about this scope and based on the test this scope doesn't require admin consent.



来源:https://stackoverflow.com/questions/38616499/what-is-the-purpose-of-the-new-read-user-and-shared-mail-delegated-scope-in-az

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