Forum Discussion
Christo De Lange
Jan 17, 2023Brass Contributor
Secure Score Improvement Recommended actions information sheet
Hello All I am starting a project to Improve our Secure score following the "Recommended Actions" section in the M365 Defender portal. Now each action comes with its own set of General informatio...
VasilMichev
Jan 18, 2023MVP
You can get them via the Graph API. Try something like this:
https://graph.microsoft.com/v1.0/security/secureScoreControlProfiles?$select=id,title,actionUrl,remediation
https://graph.microsoft.com/v1.0/security/secureScoreControlProfiles?$select=id,title,actionUrl,remediation
- hemaBishtJan 17, 2025Copper Contributor
Hello VasilMichev.. This api is giving score, action title.. but not status. from where we can get RecommendedAction with score%, status (to address,regressed, planned, risk accepted etc).