supabase.auth.admin API (createUser or inviteUserByEmail) does not allow to create more than one user at once, we were thinking of doing it through a RPC function and basically do an insert into auth.users ... that would work but the issue is that the uuid is required and it opens the risk that we randomly prepare an uuid already used by someone.