App Logo
web.whatsapp.com

WhatsApp — Get group members

Open a group by its exact name and list its participants (name and admin status). Small groups read from the inline list; large groups expand via "View all" and scroll the full member modal. Returns the group name, total member count, and the members.

Input

name required

Exact group name to open (the `name` field from get_inbox).

Output

group required

Group name.

members required
memberCount required

Total members actually retrieved (equal to members.length).

FAQ

Open a group by its exact name and list its participants (name and admin status). Small groups read from the inline list; large groups expand via "View all" and scroll the full member modal. Returns the group name, total member count, and the members.
Required: name.
It returns group, members, memberCount.
Yes. It acts as you on web.whatsapp.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the web.whatsapp.com cookies saved by the Reduck extension.
It only reads. It looks things up on web.whatsapp.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/web.whatsapp.com/get_group_members, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/web.whatsapp.com/get_group_members
It is part of Reduck's official curated catalogue.

Start building not clicking