Get logs for emails from my Auth0 tenant to users

Problem statement: How do I obtain logs for emails sent to users?

Solution: There are several ways to achieve this.

  • You can search tenant logs for events that cause emails to be sent out - These are “Success Change Password Request” and/or “Success Verification Email Request” Please see this doc for more options: Filter Log Events
  • Use the Management API to search logs: Retrieve Log Events Using the Management API
  • Enter the log types (or descriptions into the tenant logs search bar). For example: “type: scpr OR type: svr”

Resources :books: :