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
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
クエリパラメータ
Maximum number of items to return per page. Defaults to 50. Maximum 50
必須範囲:
1 <= x <= 50Checkpoint cursor for pagination; use the 'next' value from a previous response to fetch the next page