Skip to content

SDK bug on getTeamMembers call #211

@ckgardner

Description

@ckgardner

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions