vk_users_get_followers
Retrieve a list of follower IDs for a VK user, sorted by most recently added. Supports pagination and optional profile fields.
Instructions
Returns a list of IDs of followers of the user in question, sorted by date added, most recent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | No | User ID. | |
| offset | No | Offset needed to return a specific subset of followers. | |
| count | No | Number of followers to return. | |
| fields | No | Profile fields to return. Sample values: 'nickname', 'screen_name', 'sex', 'bdate' (birthdate), 'city', 'country', 'timezone', 'photo', 'photo_medium', 'photo_big', 'has_mobile', 'rate', 'contacts', 'education', 'online'. | |
| name_case | No | Case for declension of user name and surname: 'nom' - nominative (default), 'gen' - genitive , 'dat' - dative, 'acc' - accusative , 'ins' - instrumental , 'abl' - prepositional |