Auth0 management APIs

Hi

I want to fetch the auth0 user details using golang

I am using management api

api end point is :

slight_smile: omain + “/api/v2/users-by-email?email=” + ctxUser.Email

I am following the doc is attached here

but I dint get how can I get ‘YOUR_MGMT_API_ACCESS_TOKEN’ in my golang code.

how can I create management api access token using golang code

Hey there!

I guess our Go Quickstart should be helpful in that matter: