faceit_getHubMembers
Retrieve all members of a FACEIT hub. Use this tool to list players belonging to a hub, with optional filtering by role and pagination.
Instructions
Retrieve all members of a hub
Use to list the players that belong to a hub, optionally filtered by role. For ranking of members use getHubRanking.
Endpoint: GET /hubs/{hub_id}/members
Parameters:
hub_id (path, str, required): The id of the hub
offset (query, int | None (min 0, max 1000)): The starting item position
limit (query, int | None (min 1, max 50)): The number of items to return
Returns: Members list
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hub_id | Yes | ||
| offset | No | ||
| limit | No |