How can I create a password reset link without emailing the user?

This can be achieved by creating a password change ticket via the Auth0 Management APIv2 /api/v2/tickets/password-change endpoint. This endpoint responds with a link to the hosted password reset page relevant to the provided user.

1 Like