Invite-only - Allow signup from invited but no one else

Found out what was my issue :slight_smile:
It seems that I was missing the “Add members to an organization” API.

So to summarize, doing the below 3 API during the invitation flow solves it for me:

  1. Create user
    Auth0 Management API v2
  2. Add members to an organization
    Auth0 Management API v2
  3. Create invitations to organization
    Auth0 Management API v2

Now the new invited user can also do the “Forgot Your Password” flow.

It would have been nice if this was part of the docs:

At least until there is a more natural solution for this use case. :thinking: