faceit_getPlayerTeams
Retrieve all teams a player is a member of using their player ID. Specify offset and limit for paginated results.
Instructions
Retrieve all teams of a player
Use to list teams a player is a member of.
Endpoint: GET /players/{player_id}/teams
Parameters:
player_id (path, str, required): The id of the player
offset (query, int | None (min 0)): The starting item position
limit (query, int | None (min 1, max 100)): The number of items to return
Returns: Teams of a user
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| player_id | Yes | ||
| offset | No | ||
| limit | No |