hello, I wonder if is there a function in the auth0.net package that helps me to get a list of users by their ids.
btw: this web doc: Documentation (auth0.github.io) is really hard to read, I wonder if is there another one
Thank you so much
hello, I wonder if is there a function in the auth0.net package that helps me to get a list of users by their ids.
btw: this web doc: Documentation (auth0.github.io) is really hard to read, I wonder if is there another one
Thank you so much
Take a look at the UsersClient GetAllAsync method:
If this endpoint doesn’t have exactly what you need, you may want to look into doing a user export:
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.