Social Get User Info
social_get_user_infoRetrieve a Scratch user's public profile and preview their recent profile comments. Specify a username to look up account details; set recent_comments to 0 to skip the extra request.
Instructions
Fetch a Scratch user's profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | Yes | The account to look up. | |
| recent_comments | No | How many of the newest profile comments to include as a preview. Set 0 to skip the extra request. Use `social_get_comments` to page through them all. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| wiwo | Yes | ||
| country | Yes | ||
| about_me | Yes | ||
| icon_url | Yes | ||
| username | Yes | ||
| join_date | Yes | ||
| profile_url | Yes | ||
| scratchteam | Yes | ||
| comments_note | Yes | ||
| recent_comments | Yes | ||
| is_followed_by_me | Yes |