teams
List team members
Get a paginated list of team members for the provided team.
GET
Authorizations
Default authentication mechanism
Query Parameters
Limit how many teams should be returned
Required range:
x >= 1
Example:
20
Timestamp in milliseconds to only include members added since then.
Example:
1540095775951
Timestamp in milliseconds to only include members added until then.
Example:
1540095775951
Search team members by their name, username, and email.
Only return members with the specified team role.
Available options:
OWNER
, MEMBER
, DEVELOPER
, VIEWER
, BILLING
, CONTRIBUTOR
Example:
"OWNER"
Exclude members who belong to the specified project.
Include team members who are eligible to be members of the specified project.
Response
200
application/json
The response is of type object
.