const { data: { users } } = await supabase.auth.admin.listUsers() console.log(users)
© 2026 Hedgehog Software, LLC