Update registrant's status
PUT {{baseUrl}}/meetings/:meetingId/recordings/registrants/status
A registrant can either be approved or denied from viewing the on-demand recording. Use this API to update a registrant's status.
Scopes: recording:write:admin
,recording:write
Rate Limit Label: Medium
Request Body
{"action"=>"approve", "registrants"=>[{"id"=>"<string>"}, {"id"=>"<string>"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |