Group
Participants
The Group Participant endpoint allows users to view the participants of a specific WhatsApp group. To fetch the list of participants, users need to pass the group_id parameter, which can be obtained from the All Group endpoint. This functionality is essential for scenarios where knowing who is in a group is critical, such as managing memberships, sending messages to specific group members, or tracking participant activity. By integrating this endpoint, users gain detailed insights into group composition, enabling further interactions and management of group members through the API.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
200
application/json
ParticipantCollection
The response is of type object
.