There appears to be a bug when calling the getTeamMembers SDK. Here is my code:
const membersResponse = await vercel.teams.getTeamMembers({
search: teamMemberEmail,
limit: 1,
});
This call is resulting in this error: Parameter 'teamId' is required
The SDK does not support a teamId. I believe the API requires it, but the SDK doesn't support it. Any help would be great.