POST
/
group
/
updateParticipant
/
{instance}
curl --request POST \
  --url https://{server-url}/group/updateParticipant/{instance} \
  --header 'Content-Type: application/json' \
  --data '{
  "action": "add",
  "participants": [
    "5531900000000",
    "5531911111111",
    "5531922222222"
  ]
}'
"<any>"

Path Parameters

instance
string
required

Query Parameters

groupJid
string
Example:

"{{groupJid}}"

Body

application/json · object

Response

200 - application/json

Successful response

The response is of type any.