authClient.useListOrganizations() is not callable
I copied this snippet from the docs https://www.better-auth.com/docs/plugins/organization#list-users-organizations
Is this method deprecated? or th docs are wrong?
Organization | Better Auth
The organization plugin allows you to manage your organization's members and teams.
1 Reply
not deprecated
const { data: organizations } = authClient.useListOrganizations()
was working
also can u try on auth.api ?