Accessing Query String Parameters in a Pre-User Registration Action
Last Updated:
Overview
For certain sign-up flows, additional query string parameters need to be passed to handle the business logic related to a given user. This is possible in a Post-Login Action with event.request.query, but it appears the Pre-User Registration Action does not have access to this value.
This article explains whether it is possible to access additional query string parameters sent during a signup flow within the Pre-User Registration Action.
Applies To
- Pre-User Registration
- Query String Parameters
- Actions
Solution
Currently, accessing query string parameters in the Pre-User Registration Action is not supported.
Please add feedback to the Auth0 Community Site if this functionality would be beneficial to be reviewed by the Auth0 Product Managers.