Skip to main content

Retrieve All Members from All Groups

GET 

/api/v2/instance/:instanceId/group/all-lists-participants

This endpoint allows you to retrieve the list of all participants of all WhatsApp groups. It returns a complete list of all participants present in all groups.

Request

Path Parameters

    instanceId stringrequired

    ID of the instance.

Responses

FindParticipantsAllGroupResponse

Schema
  • Array [
  • groupJid stringrequired
    participants object[]required
  • Array [
  • id stringrequired
    name string
    notify string
    verifiedName string
    imgUrl string
    status string
    isAdmin boolean
    isSuperAdmin boolean
    admin string

    Default value: admin | superadmin

  • ]
  • ]
Loading...