1

I know it's possible to create Azure B2C users via Graph API. But is it also possible to trigger the email verification? And the phone verification? All from APIs?

Rob
  • 14,746
  • 28
  • 47
  • 65
Tobi
  • 109
  • 1
  • 1
  • 12

1 Answers1

1

It's not possible but nothing stops you from creating your own verification logic. You would disable the user account while verification is pending and enable it once it's done. All trough MS Graph.

AlfredoRevilla-MSFT
  • 3,171
  • 1
  • 12
  • 18