couldnt find organization.listInvitations

https://www.better-auth.com/docs/plugins/organization#list-invitations

I couldnt find a function

const invitationsR = await authClient.organization.listInvitations({
query: {
organizationId: "organization-id", // optional, by default it will use the active organization
},
});
The organization plugin allows you to manage your organization's members and teams.
Solution
update to latest
Was this page helpful?