Display List Of Users

Hi. I was hoping someone could explain to me the steps to retrieve the list of user names (required as an input during registration) from the Auth0 database and display them using react + express. Do I use the management API for this? Thanks.

Hi @pleasehelp,

You can use the Management API get users endpoint to retrieve lists of users. There are some limitation on how many users this can return.

You should read this doc before trying out the endpoint. Particularly the Limitations section.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.