An API that connects multiple Microsoft services, enabling data access and automation across platforms
did you grant the permission?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have developed a script which fetch security incidents with alerts (https://graph.microsoft.com/v1.0/security/incidents?$expand=alerts) application role have SecurityIncident.Read.All, SecurityAlert.Read.All permission provided, but
Output of the running script: https://graph.microsoft.com/v1.0/security/incidents with response <Response [403]> and response content: {"error":{"code":"Forbidden","message":"Missing application roles. API required roles: SecurityIncident.Read.All,SecurityIncident.ReadWrite.All, application roles: SecurityEvents.Read.All,User.Read.All,AccessReview.Read.All.
An API that connects multiple Microsoft services, enabling data access and automation across platforms
did you grant the permission?