I want to create a UI where user can click on “Resend email verification” button that will generate new verification email and send it to the user.
The /jobs API that should be used to send emails require a token. But if I get a token, I will potentially be consuming my MAU limits for a spam bot / user.
Can you please suggest a way on how I can support resending verification emails without consuming MAU.
Let me clarify that requesting a Management API Token will only increment your Machine-to-Machine auth count and not your Monthly Active Users count. With that said, to prevent going past the M2M Auth limit, I recommend caching your Management API token and re-using it until expiration, which by default is 24 hours.
Please note that the MAU count will only increment if additional users log in for that month. In other words, users that have authenticated with any connection per calendar month, per tenant will increment the MAU count.