Get WhatsApp group info
get_group_infoRetrieve WhatsApp group details—name, owner, admins, participants, and invite link (admins only)—to verify admin rights before managing the group.
Instructions
Details of a group: name, description, owner, creation date, whether only admins may post, whether the linked account is an admin, and the participant list (up to 500; participant_count is always the true total). The invite link is included only when the linked account is an admin.
Call this before manage_group: most group actions need admin rights.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | Group chat id ("<id>@g.us") | |
| account_id | No | Registry account id (default, work, …). Omit to resolve from chat_id or message_id, or the default account. |