Skip to main content
GET
/
group
/
participants
/
{instance}
Fetch All Group Members
curl --request GET \
  --url https://{server-url}/group/participants/{instance} \
  --header 'apikey: <api-key>'
{
  "participants": [
    {
      "id": "553198296801@s.whatsapp.net",
      "admin": "superadmin"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://doc.evolution-api.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

ID of the instance to connect

Query Parameters

groupJid
string
required

Group remote JID

Response

200 - application/json

Ok

participants
object[]

List of participants in the group.