I am trying to get the threat submissions. In order to do that I use the following element:
When I try exactly the same URI in Graph Explorer, I get this:
Using Graph Explorer, i have the following permission: ThreatSubmission.Read
Using Logic App, I have tried with both System Assigned Managed Identity with the following permission as stated in Docs: (Application) ThreatSubmission.Read.All.
I have also tried creating an App Registration with permissions ThreatSubmission.Read.All + ThreatSubmission.ReadWrite.All, both application with the same result.
Any help would be greatly appreciated.