Microsoft Graph API equivalent for Azure AD Graph API endpoints
Brian Stetson
41
Reputation points
I have been using some Azure AD Graph API endpoints in my reporting, the same API endpoints Microsoft still uses in its Entra ID GUI to get data, but recently they all stopped working with a 401 unauthorized. No changes occurred in my tenant on the app I am using for access and my token is not expired. all of my Microsoft Graph API endpoints still work. So with the push to move everything to the Microsoft Graph API Endpoint, does any know the equivalent for these Azure AD Endpoints? Thanks.
https://graph.windows.net/myorganization/activities/getConditionalAccessDailySummary(period='D7',authenticationRequirement='*',clientApp='*',deviceState='*',devicePlatform='*',signInRisk='*',userType='*',policy='*',authenticationStrength='*')?api-version=beta
https://graph.windows.net/myorganization/activities/getConditionalAccessSecurityAlerts?api-version=beta
https://graph.windows.net/myorganization/activities/getConditionalAccessTopUnprotectedApps?api-version=beta
https://graph.windows.net/myorganization/activities/getSignInUsageByAuthMethodSummary(period='D7')?api-version=beta"
"https://graph.windows.net/myorganization/activities/getSignInMfaUsageSummary(period='D7')?api-version=beta"
"https://graph.windows.net/myorganization/activities/getAuthenticationMethodUsageSummary(period='D1')?api-version=beta"
"https://graph.windows.net/myorganization/activities/getPasswordResetsAndAccountUnlocksSummary(period='D1')?api-version=beta
Sign in to answer