GET /v3/teams/{teamId}/members
Get a paginated list of team members for the provided team.
Servers
- https://api.vercel.com
Query parameters
Name | Type | Required | Description |
---|---|---|---|
excludeProject |
String | No |
Exclude members who belong to the specified project. |
limit |
Number | No |
Limit how many teams should be returned |
until |
Number | No |
Timestamp in milliseconds to only include members added until then. |
search |
String | No |
Search team members by their name, username, and email. |
eligibleMembersForProjectId |
String | No |
Include team members who are eligible to be members of the specified project. |
since |
Number | No |
Timestamp in milliseconds to only include members added since then. |
role |
String | No |
Only return members with the specified team role. Possible values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.