Hi Auth0 team/community,
I’m trying to understand how Monthly Active Users (MAUs) are counted in a specific test automation scenario. In my CI pipeline, I run a test at least 30 times a month that:
- Creates a new user with a fixed email address (e.g., “testuser@example.com”),
- Authenticates the user (triggering a token issuance),
- Deletes the user,
- Repeats the process, recreating the user with the same email each time.
Since Auth0 assigns a new internal user_id (e.g., auth0|xyz) each time a user is recreated with the same email after deletion, will each of these new IDs count as a separate MAU if they authenticate? For example, with 30 runs in a month, would this result in 30 MAUs because of 30 unique user_id values, even though the email stays the same? Or does Auth0 deduplicate based on email in this case?
I’ve read that MAUs are based on unique user IDs that authenticate in a month, but I couldn’t find clarity on this create/delete/recreate cycle in the docs. Any insights or official confirmation would be greatly appreciated—especially if this could impact billing!
Thanks,
Seb