Get User
get_userRetrieve Sleeper user details by username or user ID. Store the user ID for future lookups since usernames can change.
Instructions
Look up a Sleeper user by username or user_id. Usernames can change over time, so store user_id for future lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | The numerical Sleeper user ID. Provide this or username. | |
| username | No | The Sleeper username (e.g. sleeperuser). Provide this or user_id. |