Is there any way to get alerted somehow when the number of users stored against a tenant is approaching the limit imposed by the subscription? Or even just an indication of how many users are currently in the database? (One can get a crude estimation of this by just multiplying the number of pages on the User Management->Users page of the console by 10.)
We’ve recently discovered that despite our subscription stipulating only 1000 active users per month, this figure actually also limits the number of users stored in the database. We started getting reports of users successfully signing in but we were unable to find those users in the dashboard to assign them permissions (although we could see their signin attempt in the Auth0 logs). Bumping our subscription solved this problem.