使用 Microsoft Graph API 获取邮箱创建日期?
是否可以使用 Microsoft Graph API 获取邮箱创建日期?
我发现的最方便的方法是: https://learn.microsoft.com/en-us/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0。但这并不是很有帮助,因为默认情况下所有数据在服务器端都是匿名的。
Is it possible to get mailbox creation date with Microsoft Graph API?
The most convenient approach that I've found is: https://learn.microsoft.com/en-us/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0. But that is not very helpful, since all data is anonymized by default on server side.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该属性不会通过报告端点之外的图表公开,但听起来您在租户中打开了匿名化,因此它无法使用。我建议使用 https:// learn.microsoft.com/en-us/powershell/module/exchange/get-exomailbox?view=exchange-ps。这是幕后的 REST 调用,但 Microsoft 不支持您直接使用 API。
That property isn't exposed via the Graph outside of the Reporting endpoint but it sounds like you have anonymization turned on in the tenant so it won't be usable. I would suggest using https://learn.microsoft.com/en-us/powershell/module/exchange/get-exomailbox?view=exchange-ps. This is a REST call under the covers but Microsoft don't support you using the API directly.