Hey there,
I’m using the Go official Auth0 SDK to interact with the Auth0 Management API from my backend
(GitHub - auth0/go-auth0: Go SDK for the Auth0 Management API.)
I need to trigger a password reset, that will send an email to the user to reset his password
I couldn’t find a way to do using this specific SDK, is it possible ?
I was only able to create a password reset ticket, but this doesn’t actually trigger a password reset like I want to