How to redirect to the reset password page once email verification is successful if we are using the "Non unique email" database connection

We are using the “Non-Unique Emails” connection and working on the user enablement flow.

However with the document from Auth0, we found that the API POST /dbconnections/change_password does not work with Non-Unique Email connections because it requires a unique email address to find the user account. Users must use flows that leverage the primary identifier to reset their passwords.

So we are stucked in the user onboarding process. In my previous operation, we are trigger the change_password after we create the user with the Management API to let the user setup their own password.

Any recommendation on this for how to bring user to the next step after verification?

I am searching if we can utilise the Auth0 Form to do some custom redirection after the steps of the verification