Get list of group members
Get the numbers of the group participants
Looking for a full overview of WhatsApp group automation? Check out our guide: How to Manage and Automate WhatsApp Groups via API - it includes code examples (Python, Node.js, PHP) and no-code setups using Make, Zapier, and n8n.
First, you need to make sure you are in a group. Of course, it is not possible to get information about the members of a group without being a member.
After that, you will need to get a list of your groups:
The response to the query will contain an array of information, including group members "participants": []:
All Group API Calls to work with WhatsApp groups: https://whapi.readme.io/reference/getgroups
PreviousMentioning all participants in a WhatsApp groupNextHow Whapi Processes and Updates WhatsApp Group Data
Last updated
Was this helpful?