How to verify email during redirection from within rule

How can i change user’s “email_verification” during redirection from within rule.

Hi @ilia.scherbakov42,

Welcome to the Auth0 Community!

I understand you would like to change the user’s email_verified state within a Rule.

To do so, you will need to use the Management API’s Update a user endpoint to change the user’s email_verified state.

See Use the Management API from within Rules.

Please let me know if you have any additional questions.

Thank you.