Fetch user invitations
Is there a function for list all the invitations for a user from the client without specify the organizationId?
At the moment an active organization seems required, but i would like to fetch all the invitations from all the organizations for the user
4 Replies
For the moment I tried with this: const invitations = await authClient.organization.listUserInvitations();
Does that not work?
Does that not work?
Sorry for the double ping, my message apparently failed to send the first time round
I find the issue and now is working. Ty
Solution
Its works fine, there was a problem in my setup