Can you be a bit more specific here? What's the error you're getting? What does the request look like?
Unable to retrieve MFA authentication methods in azure portal using graph api
Hi Team,
We are unable to retrieve the MFA authentication methods in azure portal using graph api.
Microsoft Security | Microsoft Graph
2 answers
Sort by: Most helpful
-
Vasil Michev 123.6K Reputation points MVP Volunteer Moderator2022-08-30T14:41:25.827+00:00 -
Shivam Dhiman 6,086 Reputation points
2022-08-30T15:12:19.647+00:00 Hi @apparao
To get the MFA authentication methods use this
GET https://graph.microsoft.com/beta/reports/authenticationMethods/userRegistrationDetailsGraph API endpoint. Please make sure to give UserAuthenticationMethod.Read.All, AuditLog.Read.All permissions before using this Graph API. As you can see I am able to get MFA method for all the users in my tenant.
Reference documentation.
Hope this helps.
If the answer is helpful, please click "Accept Answer" and kindly upvote. If you have extra questions about this answer, please click "Comment".
N value is empty and please see the attached screenshot.