How can I perform bulk changes for the Microsoft Authenticator Apps registration?

EnterpriseArchitect 5,536 Reputation points
2025-01-15T05:32:37.4633333+00:00

I have several thousands of users in my company that are still using SMS as the primary authentication methods without anything else.

How can I perform the bulk enroll or add the Microsoft Authenticator apps to the below user settings ?

User's image

Thank you in advance.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,829 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,749 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,994 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,935 questions
0 comments No comments
{count} votes

Accepted answer
  1. Rajat Vashistha-MSFT 180 Reputation points Microsoft Vendor
    2025-01-15T08:21:58.16+00:00

    Hi EnterpriseArchitect,

    Thank you for contacting Microsoft Support!

    To push the Microsoft Authenticator app for bulk users, you can utilize the Registration campaign feature in Azure Active Directory.

    To enable the registration campaign policy, you must use the Authentication Methods Policy using Graph APIs. Those assigned at least the Authentication Policy Administrator role can update the policy.

    To configure the policy using Graph Explorer:

    1. Sign in to Graph Explorer and ensure you've consented to the Policy.Read.All and Policy.ReadWrite.AuthenticationMethod permissions. To open the Permissions panel: Screenshot of Graph Explorer.
    2. Retrieve the Authentication methods policy: JSONCopy
         GET https://graph.microsoft.com/v1.0/policies/authenticationmethodspolicy
      
    3. Update the registrationEnforcement and authenticationMethodsRegistrationCampaign section of the policy to enable the nudge on a user or group. Screenshot of the API response. To update the policy, perform a PATCH on the Authentication Methods Policy with only the updated registrationEnforcement section: JSONCopy
         PATCH https://graph.microsoft.com/v1.0/policies/authenticationmethodspolicy
         
         
      

    In addition to using the Graph Explorer, you can also enable the registration campaign policy using the Microsoft Entra admin center. Please refer to the article below for more details.

    https://learn.microsoft.com/en-us/entra/identity/authentication/how-to-mfa-registration-campaign

    Hope this helps.

    If the answer is helpful, please click Accept Answer and kindly upvote it. If you have any further questions about this answer, please click Comment.

    1 person found this answer helpful.

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.