SupabaseS
Supabase12mo ago
shaq

how to get users

const { data: { users } } = await supabase.auth.admin.listUsers()
    console.log(users)


why is the users array empty when i log? am i using the wrong supabase?
Was this page helpful?