Skip to main content
GET
/
api
/
v1
/
groups
/
{group_jid}
/
participants
Get Group Participants
curl --request GET \
  --url https://api.example.com/api/v1/groups/{group_jid}/participants
{
  "participants": [
    {
      "id": "<string>",
      "is_admin": false,
      "is_super_admin": false
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.wazzapi.com/llms.txt

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

Headers

Authorization
string | null

Path Parameters

group_jid
string
required

Query Parameters

session_name
string
required

WhatsApp session name

Response

Successful Response

Response for group participants.

participants
GroupParticipantItem · object[]
required