P. Nabin
P. Nabin

Reputation: 173

Can we change email address of user from "Profile editing policies" in Azure AD B2C?

I am working on a project where we use Azure B2C authentication. We have to sign in, sign up, change user email address and password. I don't see email address field inside profile attribute in Profile editing policies. Can we change email address of user from "Profile editing policies" in Azure AD B2C? I am trying not to use Graph API for this. For change password, sign-in and sign-up, I am redirecting to the url that comes after running the corresponding policies in portal. Is that the right approach?

Upvotes: 3

Views: 2286

Answers (1)

Saca
Saca

Reputation: 10672

Currently, it is not possible to edit a user's email address in Azure AD B2C, neither through any of the out of the box policies nor through the Graph API.

If this is something you'd like to see this you can request it in the Azure AD B2C UserVoice forum.

Upvotes: 1

Related Questions