Get user profiles
vk_users_getResolve a VK user's screen name to a numeric ID or retrieve profile details. Use this to check if a profile is closed before calling other tools.
Instructions
Look up VK users by numeric ID or short name (e.g. durov). Use this to resolve a name to an ID before calling other tools, or to check whether a profile is closed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Profile fields to return | |
| user_ids | No | Comma-separated user IDs or screen names |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Total number of matches on VK, which is usually larger than the returned page | |
| items | Yes | User profiles | |
| pagination | No | Where this page sits in the whole result. Call the tool again with offset set to next_offset to continue; when next_offset is null there is nothing left to fetch. |