Forum Discussion
Hugh_Burns
Sep 02, 2021Copper Contributor
Microsoft 365 usage data from Graph API broken?
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 Gr...
Hugh_Burns
Copper Contributor
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.
VasilMichev
Sep 07, 2021MVP
That's expected: https://techcommunity.microsoft.com/t5/microsoft-365-blog/privacy-changes-to-microsoft-365-usage-analytics/ba-p/2694137
- Hugh_BurnsSep 07, 2021Copper Contributor
Aha, thanks VasilMichev