is there any way to get the number of registered users from my Auth0 account?

I am not able to get any Information on this. I really need it to Implement this Feature in my Angular 2 App.

2 Likes

We do not currently have an endpoint that returns the total registered users for your account, however we do have the following Stats endpoint which gets the active users count (logged in during the last 30 days):

I have passed on this suggestion to be reviewed, however please note that we cannot provide any guarantee or ETA for whether this will be implemented.

Other way would be to request users list endpoint ( Auth0 Management API v2 ) with include_totals set to true. Just limit the page/limit to 1/1 to reduce the overhead and get total property of users page.

1 Like