通过Microsoft Graph检查邮箱

时间:2018-09-10 07:49:37

标签: office365 azure-active-directory microsoft-graph

我的客户正在使用PowerShell cmdlet“获取收件人”来检查是否在用户供应期间启用了邮箱(有时不起作用)。 “ get-recipient”的输出为“ RecipientType”-> Mailuser或Usermailbox。

我们希望使用图资源管理器获得相同的输出。 1.有人知道图中正确的查询吗? 2.我使用以下查询尝试了该查询:user@customer.de/mailboxSettings“> https://graph.microsoft.com/v1.0/users/user@customer.de/mailboxSettings •我收到一条错误消息,提示我的凭据无效。 •通过使用全局管理员,将授予必要的范围(在蔚蓝广告中的服务主体上进行了验证。“读写用户邮箱设置,已委派,管理员同意”)

https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_update_mailboxsettings

BR托马斯

1 个答案:

答案 0 :(得分:2)

如果要在Microsoft graph Explorer中使用邮箱查询用户,唯一的方法是使用mailboxsettings尝试的操作。 enter image description here 所需的权限是: enter image description here