v46

latestOpenAPI 3.0.3raw.githubusercontent.com2025-05-151340367.2 KB
Group Controller

Fetch All Group Members

Fetch all group members

get/group/participants/{instance}

Path parameters

instancestring required

Name of the instance

Query parameters

groupJidstring required

Group remote JID

Response

Ok

Example response

{
  "participants": [
    {
      "id": "553198296801@s.whatsapp.net",
      "admin": "superadmin"
    }
  ]
}