Forum Discussion
Secure Score: Mismatch between Microsoft 365 Security Center and Graph API
Hi there,
I am wondering that there is a mismatch between the Secure Score value in the Microsoft 365 Security Center and the Graph API.
When I check the Secure Score in the Microsoft 365 Security Center, the displayed score is 48.09% and 377 from 784 points. When I query the values from the Microsoft Graph, the returned score is 44.88% and 136 from 303 points.
To receive values from the Graph, I do a GET on https://graph.microsoft.com/v1.0/security/secureScores
Can you tell where the mismatch is coming from? Do I need further parameters using the API?
Kind regards,
Julian
- JanBakkerOrphanedSteel Contributor
julianmwe Use the developer tools in your browser to see what API' are called when the dashboard is created. That will give you more insight. I don't think the Graph API is used to build this dashboard.
- julianmweCopper Contributor
Thanks JanBakkerOrphaned. I figured out that the difference comes from the fact, that I used the Secure Score preview in the portal which is not included in the API yet.
- JanBakkerOrphanedSteel Contributor
julianmwe ah okay. How did you found the API's? With the developer tools?