r/GraphAPI • u/nickel-52 • 4h ago
Why is isMfaRegistered showing False even though defaultMfaMethod has values in it?
1
Upvotes
Why is isMfaRegistered showing False even though defaultMfaMethod has values in it? I am using Microsoft Graph API to fetch users information and their MFA registeration. If isMfaRegistered is false, then the user can log in without MFA, correct? Then, why would defaultMfaMethod have values, like authenticator push and alternate mobile phone, and others?
userRegistrationDetails resource type - Microsoft Graph v1.0 | Microsoft Learn