Share via

Allow Users to submit Multifactor authentication -> Fraud alerts in Azure AD using graph api/powershell

2022-09-21T13:15:17.71+00:00

Hi Team,

We are trying to automate a feature to allow user to submit fraud alerts in azure via powershell/graph api/azure cli. I couldn't find detailed info on such automation. Kindly help if we any ways to do so.
Security-->Multifactor authentication-->Fraud alert-->Allow users to submit fraud alerts--->on

243436-image.png

Microsoft Security | Microsoft Entra | Microsoft Entra ID

Answer accepted by question author

Vasil Michev 126.8K Reputation points MVP Volunteer Moderator
2022-09-21T14:22:38.073+00:00

There are no API endpoints for that setting.

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. Sandeep G-MSFT 21,151 Reputation points Microsoft Employee Moderator
    2022-09-25T04:15:57.357+00:00

    @Krupa Gundraju (Larsen & Toubro Infotech Limit)

    I have checked got to know that there is no API or Multifactor authentication under security.

    Under security blade, except "Multifactor authentication" option we have graph API and PowerShell commands for all other options.
    For the security blade itself the graph API and PowerShell commands are as below,

    Graph API endpoint:
    GET https://graph.microsoft.com/beta/identity/continuousAccessEvaluationPolicy

    PowerShell command:
    Import-Module Microsoft.Graph.Identity.SignIns
    Get-MgIdentityContinuouAccessEvaluationPolicy

    Currently we do not have any Graph API endpoint or PowerShell for "Multifactor authentication " option under security blade.

    In the future this option might be avaialble.

    However, you can still submit your feedback on Azure feedback portal to get this implemented sooner,
    https://feedback.azure.com/d365community/forum/22920db1-ad25-ec11-b6e6-000d3a4f0789

    Let me know if you have any further questions on this.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.