calls participants add

POST {{baseUrl}}/calls.participants.add

Registers new participants added to a Call.

Request Body

[{"name"=>"id", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"users", "value"=>"<string>", "datatype"=>"string"}]

HEADERS

KeyDatatypeRequiredDescription
tokenstring(Required) Authentication token. Requires scope: calls:write
Content-Typestring

RESPONSES

status: OK

{&quot;ok&quot;:&quot;\u003cboolean\u003e&quot;}