A cloud-based identity and access management service for securing user authentication and resource access
There are no API endpoints for that setting.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
A cloud-based identity and access management service for securing user authentication and resource access
Answer accepted by question author
There are no API endpoints for that setting.
@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.