Add parameter to the page url in user interface app

Per this doc, it seems you simply define the page with the variable URL as its URL and use the variable with traditional syntax. In your example, the URL would be /users/:email and you would access the variable in the code for that page with $Email.

Hope this helps!
:wavy_dash:ZG