/calls.participants.add
POST
/calls.participants.addRegisters new participants added to a Call.
Request
Header Params
token
string
required
Authentication token. Requires scope: calls:write
Body Params application/x-www-form-urlencoded
id
string
required
id
returned by the calls.add
method.
users
string
required
The list of users to add as participants in the Call. Read more on how to specify users here.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true
}
Last modified: a year ago