2017-09-28 23 views
1

我正在嘗試使用Microsoft Graph Beta API獲取Office 365活動用戶報告。Office365ActiveUsers圖API調用返回未找到 - 我們無法識別此租戶ID

調用/reports/Office365ActiveUsers(view='Detail', period='d180')/content)將返回:

"error": { 
    "code": "NotFound", 
    "message": "We do no recognize this tenant ID {id}. Please double-check the tenant ID and try again.", 
    "innerError": {...} 
} 

我也試過/reports/Office365ActiveUsers(view='Detail', period='d180')/content/myorganization/reports/Office365ActiveUsers(view='Detail', period='d180')/content

關於我如何解決的任何想法?

Graph Playground Screenshot

+1

您是否可以從[O365 Admin Portal](https://portal.office.com/adminportal/home#/reportsUsage/LicenseActivity)手動運行此報告? –

回答

相關問題