Forum Discussion
RobFlanders
9 years agoFrequent Visitor
Azure AD Reports API
I am trying to connect to the Azure AD reporting API to extract Azure AD security reports. Reports are made available through the Azure AD Graph API. I can connect to some services on the API but not the new reports. Has anyone hooked Power BI up to the reports endpoints in AAD Graph API?
AAD Graph API example request which I can pull data from:
https://graph.windows.net/[Tenant]/activities/audit?api-version=beta
AAD Graph API endpoints I would like to connect to:
https://graph.windows.net/<tenant-name>/reports/CompromisedCredentialsEvent?api-version=beta
https://graph.windows.net/<tenant-name>/reports/IrregularSignInActivityEvent?api-version=beta
https://graph.windows.net/<tenant-name>/reports/SignInsAfterMultipleFailuresEvent?api-version=beta
Context for requests on their blog here:
3 Replies
- v-chuncz-msftCommunity Support
- RobFlandersFrequent Visitor
If I can call other elements of the API through a standard web-query I would imagine it is supported? Is there something about the reports queries that cannot be queried?
- Satish87Regular Visitor
is it still not supported ? I need to get sign in event from Azure AD in Power BI desktop.