Microsoft Graph API equivalent for Azure AD Graph API endpoints

Brian Stetson 41 Reputation points
2024-04-02T16:18:04.49+00:00

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
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,059 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.