I’m following Send Email Invitations for Application Signup
And I have successfully created the user via management API and created change password ticket.
But now I need to send the email to the user created. Reading through the docs I get the impression that it’ll be sent by Auth0 automatically, using email template in change password.
But it did not.
Reading some community posts such as Password change ticket does not send an email I get the impression that I won’t be able to use api/v2/tickets/password-change but actually I need to use /dbconnections/change_password , is this the correct flow?