sleeper_league_users
Get all users in a Sleeper league, including display names and team names keyed by user ID. Use it to translate roster owner IDs into manager names.
Instructions
The people in a league — display names and team names, keyed by user_id.
Returns: [{user_id, display_name, avatar, is_owner, metadata:{team_name}}] — the ONLY place a human name lives; rosters carry owner_id, not names
Example: Managers in the example league {"league_id": "289646328504385536"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| league_id | Yes | League id. Required — part of the URL path. |