Connections
Approve or reject pending join requests for a group
post/connections/{phoneNumber}/group-request-participants-update
Path parameters
phoneNumberstring required
Example:+551234567890
Phone number for connection. Must have + prefix.
Request body
Example request
{
"jid": "123456789012345678@g.us",
"participants": [
"551101234567@s.whatsapp.net"
],
"action": "approve"
}Response
Join requests updated successfully