Hi, there
I’m implementing the ID base application. When the user changes their mail address via Auth0 Management API, can they receive the verification e-mail after changing? If possible, how should we implement that?
Hi, there
I’m implementing the ID base application. When the user changes their mail address via Auth0 Management API, can they receive the verification e-mail after changing? If possible, how should we implement that?
Hi,
You can update the user’s email address using the Update a user endpoint. Then send the verification email using the Send an email address verification email endpoint.
If I want to know the validity of e-mail address before the user is updated, how should we do? I understand your proposal is definitely right, but if e-mail address validity is not confirmed like the user input the wrong e-mail address, we can never contact with the user.