Add participants
Groups
Add Participants
Add new participants to the group
POST
Add participants
Description
This endpoint allows adding new participants to an existing group.URL Parameters
WhatsApp unique session ID
Group ID in format
120363XXXXX@g.usBody
Body Parameters
| Property | Type | Required | Description |
|---|---|---|---|
participants | array | ✅ Yes | Array of JIDs of the participants to be added. Format: ["5511999999999@s.whatsapp.net"] |
Response
Status Codes
200- Participants added successfully400- Invalid parameters401- Unauthorized403- No permission (admins only)404- Group not found
