Retrieve a paginated list of all team members
Retrieve a paginated list of all team members
This endpoint retrieves a paginated list of all members under the current team. It supports checkpoint-based pagination for efficient retrieval of large datasets
GET
Retrieve a paginated list of all team members
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of items to return per page. Defaults to 50. Maximum 50
Required range:
1 <= x <= 50Checkpoint cursor for pagination; use the 'next' value from a previous response to fetch the next page