vk_groups_is_member
Check if a user is a member of a VK community using group ID or screen name. Supports single or multiple user IDs and extended responses.
Instructions
Returns information specifying whether a user is a member of a community. VK API method: groups.isMember. Tool name: vk_groups_is_member. Section: groups. Access level: read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | ID or screen name of the community. | |
| user_id | No | User ID. | |
| user_ids | No | User IDs. | |
| extended | No | '1' - to return an extended response with additional fields. By default: '0'. |