How i can move b2c users to another azure account

Cisco 20 Reputation points
2023-02-16T00:58:46.0333333+00:00

How can i move all b2c (users and passwords) to another azure account?

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,419 questions
0 comments No comments
{count} votes

Accepted answer
  1. Shweta Mathur 29,941 Reputation points Microsoft Employee
    2023-02-16T08:28:07.74+00:00

    Hi @Cisco ,

    Thanks for reaching out.

    Unfortunately, there is no direct migration from one Azure AD B2C tenant to another B2C tenant.

    You can export/import users using just in time migration and call Graph API or use custom flows to make your users move to the other tenant during sign-in using REST API.

    Reference: https://github.com/azure-ad-b2c/samples#user-migration

    However, Passwords can't be "migrated" in any case.


    Hope this will help.

    Thanks,

    Shweta

    Please remember to "Accept Answer" if answer helped you.

    1 person found this answer helpful.

2 additional answers

Sort by: Most helpful
  1. James Hamil 26,026 Reputation points Microsoft Employee
    2023-02-16T02:39:11.7266667+00:00

    Hi @Francisco , by "another azure account" do you mean tenant? If you want to migrate users from another identity provider you can follow this document.

    You can migrate user accounts from one Azure AD B2C directory to another by using the pre-migration or seamless migration methods. The pre-migration method involves creating new user accounts in the target Azure AD B2C directory and then manually resetting the passwords for each user. The seamless migration method involves using a custom policy and REST API to validate the user's credentials against the legacy identity provider and then writing the password to the Azure AD B2C account.

    Please let me know if you have any questions and I can help you further.

    If this answer helped you please mark it as "Verified" so other users can reference it.

    Thank you,

    James


  2. Cisco 20 Reputation points
    2023-02-16T07:20:32.43+00:00

    HI James, thanks for quick response, but i mean azure account A to azure account B, from tenant X in Account A, to new tenant Y in Account B with passwords.

    Thanks.

    0 comments No comments

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.