Microsoft Graph: How to report phishing to tenant admin

Viewed 200

I would like to use the Microsoft Graph to report suspicious emails on behalf of a user. Precisely, the reports should end up in the User reported messages view in Microsoft Defender.

I know I can create Threat Assessment Request, but that sends the report directly to Microsoft, i.e. reports end up in the Submitted for analysis view. I want to let the tenant admin decide whether to send to Microsoft or not.

In other words, I would like to implement the same feature as this button in Outlook:

enter image description here

How can I achieve this using the Microsoft Graph, or another Microsoft endpoint ?

1 Answers
Related