Managing external identities to enable secure access for partners, customers, and other non-employees
Hi @Abhay Chandramouli ,
Thanks for reaching out.
I understand you are looking to add bulk users in Azure AD B2C and facing throttling issues.
Using Graph API, JSON batching is most reasonable to combine multiple requests, but there a limit 20 users/request in batch which would take a lot of time to add 2 million users.
However, there is a blog mentioning Powershell script to create bulk users in Azure AD B2C.
Hope this will help you to import bulk users.
Thanks,
Shweta
---------------------------------
Please remember to "Accept Answer" if answer helped you.