如何在Azure AD v2.0中访问共享邮箱的图形API?

Zer*_*ool 6 email openid authorization azure

我需要编写一个能够读取多个共享邮箱中的邮件的应用程序.

https://graph.microsoft.com/v1.0/users/myaccount@mydomain.com/messages
Run Code Online (Sandbox Code Playgroud)

此请求随授权令牌一起发送.适合我.共享邮箱也属于我.然而:

https://graph.microsoft.com/v1.0/users/sharedmailbox@mydomain.com/messages
Run Code Online (Sandbox Code Playgroud)

始终返回403 Unauthorized.它甚至可能吗?如果没有,有哪些替代方案?