Connections
Manage group participants (add, remove, promote, demote)
post/connections/{phoneNumber}/group-participants
Path parameters
phoneNumberstring required
Example:+551234567890
Phone number for connection. Must have + prefix.
Request body
Example request
{
"jid": "123456789012345678@g.us",
"participant": "551101234567@s.whatsapp.net",
"action": "add"
}Response
Participants updated successfully