For the complete documentation index, see llms.txt. This page is also available as Markdown.

AddParticipants

Add Participants

post
Query parameters
idstringRequiredExample: id
Body
instance_keystringRequired
jidstringRequired
participantsstring[]Required
Responses
200Success

No content

post/groups/addParticipants
POST /groups/addParticipants?id=id HTTP/1.1
Host: base_url
Content-Type: application/json
Accept: */*
Content-Length: 86

{
  "instance_key": "id",
  "jid": "groupid",
  "participants": [
    "[email protected]"
  ]
}
200Success

No content

Last updated