I am using Azure Synapse for government.
Connecting to the MS Graph API successfully, using the following end-point call :
/beta/reports/getOffice365ActiveUserDetail(period=’D180′)?$format=application/json.
I am using a App Registration with API Permissions:
- Reports.Read.All
- User.Read
- User.Read.All
I get the data (40K+ records) successfully, however, the ‘exchangeLastActivityDate’, ‘oneDriveLastActivityDate’,’sharePointLastActivityDate’, ‘skypeForBusinessLastActivityDate’, ‘yammerLastActivityDate’,’teamsLastActivityDate’….. all are 2 days prior to the date when I execute the pipeline.
Why is this data not giving me the latest dates, which is date the pipeline is executed?
Any help is appreciated.