getUserProfilePhotos
Retrieve a user's profile pictures by user ID, with optional pagination controls for limit and offset. Returns a UserProfilePhotos object containing the requested photos.
Instructions
Get a list of profile pictures for a user. Returns a UserProfilePhotos object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Limits the number of photos to be retrieved. Values between 1-100. Defaults to 100. | |
| offset | No | Sequential number of the first photo to be returned. By default, all photos are returned. | |
| user_id | Yes | Unique identifier of the target user. |