v13
latestOpenAPI 3.0.32026-07-31359869.4 MBList team members
Get a paginated list of team members for the provided team.
Path parameters
The Team identifier to perform the request on behalf of.
Query parameters
Limit how many teams should be returned
Limit how many teams should be returned
Timestamp in milliseconds to only include members added since then.
Timestamp in milliseconds to only include members added since then.
Timestamp in milliseconds to only include members added until then.
Timestamp in milliseconds to only include members added until then.
Search team members by their name, username, and email.
Search team members by their name, username, and email.
Only return members with the specified team role.
Only return members with the specified team role.
Exclude members who belong to the specified project.
Exclude members who belong to the specified project.
Include team members who are eligible to be members of the specified project.
Include team members who are eligible to be members of the specified project.
The Team slug to perform the request on behalf of.
Response
Example response
{
"members": [
{
"avatar": "123a6c5209bc3778245d011443644c8d27dc2c50",
"confirmed": true,
"email": "jane.doe@example.com",
"role": "OWNER",
"uid": "zTuNVUXEAvvnNN3IaqinkyMw",
"username": "jane-doe",
"name": "Jane Doe",
"createdAt": 1588720733602,
"accessRequestedAt": 1588820733602
}
],
"pagination": {
"count": 20,
"next": 1540095775951,
"prev": 1540095775951
}
}