© 2026 Hedgehog Software, LLC
const data = await auth.api.listMembers({ query: { organizationId: authData.session.activeOrganizationId, limit: 100, offset: 0, sortBy: "createdAt", sortDirection: "desc", }, });
An error occurred in the Server Components render but no message was provided
const org = await auth.api.listMembers({ headers: await headers(), });