Auth0 reset password link

Hi. Is there any way to get the autogenerated reset-password link which is sent through mail for any user. My use-case is that, I want to send the reset password email to some associated users as well.
Is there any API to get the reset password link?
PS: I cannot use user_metadata

Hello @utkarsh2,

Welcome to the Auth0 community!

Yes, you can generate a link that goes directly to the universal login reset password page. You would have to call this specific endpoint:
Auth0 Management API v2 in the Management API.

I hope this was helpful.

Thanks,
Tudor

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.