get_club_admins_by_id
Retrieve a list of administrators for a specified club using its ID. Supports pagination to manage large member lists.
Instructions
List Club Administrators
Endpoint: GET /clubs/{id}/admins
Description: Returns a list of the administrators 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. |