Get a Report of the Number of Users that Have Verified Their Email Address

Problem statement

We can see the report with the number of users monthly/daily but we cannot seem to find a report that shows how many users do and do not have a verified email address. Is there any way to get that information?

Solution

There is no out-of-the-box way to view a report with this information, however you can retrieve the information with a user export. You can make a POST request to the /api/v2/jobs/users-exports endpoint and include “email_verified” as one of the fields to get a list of users and their email_verified status.

Documentation:

https://auth0.com/docs/manage-users/user-migration/bulk-user-exports