cURL
teams
List team members
Get a paginated list of team members for the provided team.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The Team identifier or Team slug to perform the request on behalf of.
Example:
"team_xbtegd63gdg5636gdg"
Query Parameters
Only return members with the specified team role.
Example:
"OWNER"
Maximum number of members to list from a request
Example:
20
Get members created after this JavaScript timestamp
Example:
"1540095775941"
Get members created before this JavaScript timestamp
Example:
"1540095775941"