List all azure ad users that have mfa enabled

Daniel Itenberg 21 Reputation points
2022-06-01T09:09:32.313+00:00

Hi all,
I'd like to make a list of all users in azure ad and see who's got mfa enabled and who dont. How can I do so in the CLI/GUI?

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Vasil Michev 119.7K Reputation points MVP Volunteer Moderator
    2022-06-01T09:44:07.64+00:00

    Via the UI, easiest way is to use the User registration details report: https://portal.azure.com/#blade/Microsoft_AAD_IAM/AuthenticationMethodsMenuBlade/UserRegistrationDetails/menuId/AuthMethodsActivity
    If looking for a programmatic way, I'd recommend the /userRegistrationDetails endpoint: https://learn.microsoft.com/en-us/graph/api/authenticationmethodsroot-list-userregistrationdetails?view=graph-rest-beta&tabs=http

    GET https://graph.microsoft.com/beta/reports/authenticationMethods/userRegistrationDetails  
    
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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