Sep 02 2021 04:01 PM
Hi Everyone,
I've been using data from the Graph API for Mailbox and OneDrive usage statistics for a while, but for the last few days it seems that it broken.
If I run the following in the Graph Explorer, it just fails with no response, not even valid headers are returned. (documented here: https://docs.microsoft.com/en-us/graph/api/reportroot-getmailboxusagedetail?view=graph-rest-1.0)
GET https://graph.microsoft.com/v1.0/reports/getMailboxUsageDetail(period='D7')
Anyone else having this issue?
Sep 02 2021 11:56 PM
Sep 06 2021 03:45 PM
Thanks @VasilMichev
Turns out the CSV data is being returned, but is in the wrong format. The UPN and Display Names are showing as some sort of GUID or ID, instead of actually showing the correct data. This is why my integration broke. Anyone seen this or know why its happening? Pic attached.
Sep 07 2021 12:08 AM
SolutionSep 07 2021 12:08 AM
Solution