© 2026 Hedgehog Software, LLC
const users = await authClient.admin.listUsers({ query: { limit: 10, }, }); console.log(users);