Invite someone to org that is not an Auth0 user?

Hey all,

From the Auth0 UI we can invite someone to an organization through email, even if they’re not yet in the Auth0 user database. However, that user can’t login because they’re not in the database. Our question is if it’s possible to invite someone through email and have them go through the new user sign up flow first?

What we’re planning now is creating the user ahead of time, inviting the user by email, and then forcing them to change their password on first login (using a post login action that checks if the user has ever changed their password).

It seems far easier though to force them through a new user sign up flow after they click on the invitation email. Any ideas on how to do that?

Jay