Get player groups
wom_get_player_groupsRetrieve all groups a player belongs to by providing their username. Supports pagination with limit and offset parameters.
Instructions
Fetches all groups a player is a member of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of results (pagination). | |
| offset | No | Number of results to skip (pagination). | |
| username | Yes | The player's username (case-insensitive, spaces or underscores both work). |