invitation
and organization
parameters in the query string, and then call the Auth0 Authentication API Authorization endpoint with both parameters.
acme.myapp.com
), the organization_name
parameter is also included in the invitation link sent to users. This parameter does not need to be sent to the Authentication API Authorization endpoint.https://myapp.com/login
, then the link in the email invitation sent to the end user would be: https://myapp.com/login?invitation={invitation_ticket_id}&organization={organization_id}&organization_name={organization_name}
.
user_metadata
parameter to the invitation endpoint using the . When localizing the user invitation flow, you can access this parameter through the User Invitation email template and use the same logic as you would with other multilingual email templates.
For the invited user to see the invitation in the appropriate language, your application will need to send the ui_locales
parameter or the invited user’s browser must send the appropriate Accept-Language
header. To learn more, read Customize Email Templates: Multilingual Email Templates.