get_club_members_by_id
Retrieve the list of athletes who are members of a specific club using its ID, with optional pagination controls for larger result sets.
Instructions
List Club Members
Endpoint: GET /clubs/{id}/members
Description: Returns a list of the athletes who are members of a given club.
Read-only operation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The identifier of the club. | |
| page | No | Page number. Defaults to 1. | |
| per_page | No | Number of items per page. Defaults to 30. |