Skip to main content

Retrieve Group Members

GET 

/api/v2/instance/:instanceId/group/:groupJid/participant-list

This endpoint allows you to retrieve the list of participants of a specific WhatsApp group. The group_id parameter is used to identify the group for which you want to get the list of participants.

Request

Path Parameters

    instanceId stringrequired

    The unique identifier of the group for which you want to retrieve the participant list.

    groupJid stringrequired

    Group ID

Responses

Response Success

Schema
  • Array [
  • [key: string] string
  • ]
Loading...