【发布时间】:2018-09-10 07:49:37
【问题描述】:
我的客户正在使用 PowerShell cmdlet“获取收件人”来检查是否在配置用户期间启用了邮箱(有时这不起作用)。 “get-recipient”的输出是“RecipientType” -> Mailuser 或 Usermailbox。
我们希望使用图形资源管理器获得相同的输出。 1. 有人知道图中的正确查询吗? 2. 我用那个查询试了一下:user@customer.de/mailboxSettings">https://graph.microsoft.com/v1.0/users/user@customer.de/mailboxSettings • 我收到一条错误消息,指出我的凭据无效。 • 我使用我的全局管理员,授予了必要的范围(在 azure ad 中的服务主体上验证。“读取和写入用户邮箱设置,委托,管理员同意”)
https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/user_update_mailboxsettings
BR托马斯
【问题讨论】:
标签: office365 azure-active-directory microsoft-graph-api