get_league_users
Retrieves all users (team owners) in the Token Bowl fantasy football league, including IDs, usernames, display names, avatars, team names, and commissioner flags for roster linking.
Instructions
Get all users (team owners) participating in the Token Bowl league.
Returns user information including:
User ID and username
Display name and avatar
Team name for this league
Is_owner flag for league commissioners
Note: Match user_id with roster owner_id to link users to their teams.
Returns: List of user dictionaries for all league participants
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |