© 2026 Hedgehog Software, LLC
createUser
const { data, error } = await authClient.admin.createUser({ ...values, data: { company_id: 'inspiry', }, });