GET /v3/teams/{teamId}/members

Get a paginated list of team members for the provided team.

Servers

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:

  • "OWNER"
  • "CONTRIBUTOR"
  • "MEMBER"
  • "BILLING"
  • "VIEWER"
  • "DEVELOPER"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.