get_user
Retrieve a Sleeper user's profile, including ID, username, display name, avatar, and account creation date, by their username or numeric user ID.
Instructions
Get detailed information about a Sleeper user by username or user ID.
Args: username_or_id: Either the unique username or user_id of the Sleeper user. Cannot be empty. Will be converted to string.
Returns user profile including:
User ID (unique numeric identifier)
Username (unique handle)
Display name (shown in leagues)
Avatar ID for profile picture
Account creation date
Example: get_user("JohnDoe123") or get_user("123456789")
Returns: Dict containing user profile information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username_or_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||