I am trying to get Outlook reports using Microsoft Graph API. I am getting the reports for two tenants, let's say Tenant A and Tenant B.
For some of the API, I am getting empty reports (i.e. I am getting just the header).
For example, when I query:
https://graph.microsoft.com/v1.0/reports/getEmailActivityCounts(period='D7')
I get:
Report Refresh Date,Send,Receive,Read,Report Date,Report Period
Some of the API calls work only for tenant A and some work only for Tenant B.
Can anybody tell me why it works like this?