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
Autorisations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Paramètres de requête
Maximum number of items to return per page. Defaults to 50. Maximum 50
Plage requise:
1 <= x <= 50Checkpoint cursor for pagination; use the 'next' value from a previous response to fetch the next page