新的“读取用户和共享邮件"的目的是什么? Office 365 Exchange Online的Azure AD门户中的委派范围

问题描述:

Azure AD中用于Office 365 Exchange Online的新委派范围读取用户和共享邮件" 的用途是什么.

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

使用Outlook REST Api访问共享邮箱吗? 似乎不可能直到现在. 有没有可用的文档?该范围是否需要 admin_consent ?

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?

?

是.此权限用于访问共享邮箱中的邮件.但是,我们需要指定要从中检索邮件的共享邮箱.这是一个供您参考的示例:

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

有一些可用的文档吗?此范围是否需要admin_consent?

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.