The Post-user Registration trigger runs after a user is added to a Database or Connection.Documentation Index
Fetch the complete documentation index at: https://docs-staging.auth0-mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.

Triggers
Post User Registration
Thepost-user-registration triggers runs after a user has been created for a Database or Passwordless connection. This trigger can be used to notify another system that a user has registered for your application. Multiple actions can be bound to this trigger, and the actions will run in order. However, these actions will be run asynchronously and will not block the user registration process.
References
- Event object: Provides contextual information about the newly-created user.
- API object: Provides methods for changing the behavior of the flow.
Common use cases
Notify Slack when a new user registers
For this Action to execute properly, the Action must contain a secret named
SLACK_WEBHOOK_URL and must have a dependency on the @slack/webhook npm package.Store the Auth0 user id in a remote system
A post-user-registration Action can be used to store the Auth0 user ID in a remote system.To use an
npm library like axios, you must add the library to the Action as a dependency. To learn more, read the “Add a dependency” section in Write Your First Action.Deny access to specific JA3/JA4 fingerprints
Theevent.security_context object contains the JA3/JA4 fingerprint values for the current transaction.