Hi,
Is it possible to retrieve user details or auth0 user id using the password reset url ticket it?
I need to customize the password reset screen. So after entering the new password and confirm password, I would like to call the management api to reset the password(“/api/v2/users/USER_ID”) as the state param is not available while customizing the page. But the management api needs auth0 user id to update the password. Is there any way to get the auth0 user id using the password ticket?