Setting up users by invite only

Hi @martin.d.weel

  1. In your Auth0 dashboard, set the “Disable Signups” flag for that DB connection.
  2. You will need to use the management API to create the admin user, and adopt the reset password flow to send that admin user a password reset link.
  3. See 2
  4. Auth0 ASP.NET Core Web API SDK Quickstarts: Authorization (I think, I am not a dotnet person)

John

1 Like