cURL
curl --request GET \ --url https://{server-url}/group/participants/{instance} \ --header 'apikey: <api-key>'
{ "participants": [ { "id": "553198296801@s.whatsapp.net", "admin": "superadmin" } ] }
Fetch all group members
Documentation IndexFetch the complete documentation index at: https://doc.evolution-api.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://doc.evolution-api.com/llms.txt
Use this file to discover all available pages before exploring further.
Your authorization key header
ID of the instance to connect
Group remote JID
Ok
List of participants in the group.
Show child attributes