Send Password Set email

Hello team!

I am trying to send a Password Reset email to a user I just created via API. I’ve been trying to follow this documentation, but I believe I’m not able to read between the lines.

v2/tickets/password-change returns a ticket url as expected. Now, what can I do with that? I’m missing the link between this and sending the email. The documentation is not explicit on what I should do next. Whether it is through default Auth0 SMTP or external one, I don’t understand how I can send the email.

Of course I can take care of that separately, without depending on Auth0. But I don’t think that’s what’s suggested there. I believe there is some missing information.

I also came across dbconnections/change_password after some digging. That one does send an email, but I’m not sure if it’s deprecated or not, as it was not so easy to find and is not part of the Management API.

I appreciate the information and advice you have shared. I will try to figure it out for more.