go-auth0 / auth0

ARCHIVED Go SDK for the Auth0 platform. This project is now being maintained at: https://github.com/auth0/go-auth0

Home Page:https://github.com/auth0/go-auth0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

no examples

steven-varga opened this issue · comments

commented

Question

It looks like a great work! It could be even more attractive if there was a minimum working example provided. From the page I don't quite understand what is the relationship between listed types and the linked auth0 API calls. In other words how to call
get_users_by_email function?

update:
I figured it out from the source code

Hi @steven-varga, have you looked into the pkg.go.dev reference? it contains several examples including listing users. For more details the UserManager section should cover you for anything related to users.