v1

latestOpenAPI 3.0.02026-07-14181255304.7 KB
Groups

Add group participant

This method is responsible for adding new members to the group. Due to WhatsApp's anti-spam policy, some contacts are not automatically added to the group. Read more here

post/groups/{GroupID}/participants

Path parameters

GroupIDstring required

Group ID

Group ID

Request body

participantsContactID[]

Response

OK

successboolean
failedContactID[]
processedContactID[]

Example response

{
  "success": true,
  "failed": [
    1234567890
  ],
  "processed": [
    1234567890
  ]
}