Get Untappd user friends
untappd_user_friendsRetrieve the friend list of any Untappd user, or your own account when no username is provided. Supports paging with offset and limit parameters for browsing.
Instructions
Get a user's friend list. Omit username for your own account. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max friends (1–50, default 25) | |
| offset | No | Result offset for paging (default 0) | |
| username | No | Untappd username. Omit to use your own configured account (UNTAPPD_USERNAME). |