Hi,
I am trying to migrate users from one system to Azure AD B2C.
There are two ways I found while exploring the community, one is using Bulk user creation csv and the second is using batch post requests.
Bulk user creation using csv is not allowing us to add domains other than onmicrosoft .com. We would like the user principal name to be mobile number, email (like gmail.com etc). How to implement this ?
We want to move a large number of users from the system.
We are able to register users on our custom policy signup page with UPN as email or phone number, but we are not able to create new users using CSV or azure portal. Please let me know if I am missing something or is there any other way to achieve this