Auth0 user database

I just find that throughout using Auth0 I don’t need to have “user database” to store user data, like login information or etc. but the question is that:

  1. In a scenario which I want that my application works for specific users, what should I do for that? (like I want only users with email from example.com can be able to login in my system like asghar@example.com)

  2. Second, If I want to query all users information which are stored in Auth0 database and they are accessible from auth0, what should I do?

Hi @sojodyan,

Welcome to the Auth0 Community Forum!

Auth0 IP Addresses for Allow Lists

https://auth0.com/docs/api/management/v2/#!/Users/get_users

Hope this helps!

Thanks,
Dan