Trigger a reset password using Go SDK (Management API)

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

Hi @Kada ,

You could use the management API to directly set the new password

Is there a way to get the access token from the Go Auth0 SDK to use it when calling the management API ?