cURL
curl --request GET \ --url https://api.zapkey.io/group/participants/{instance} \ --header 'apikey: <api-key>'
{ "participants": [ { "id": "[email protected]", "admin": "superadmin" } ] }
Fetch all group members
Your authorization key header
ID of the instance to connect
Group remote JID
Ok
List of participants in the group.
Show child attributes
The ID of the participant.
The role of the participant (e.g., 'admin', 'superadmin').