Edit a Webcast’s Access Control
This endpoint edits a Webcast’s Access Control. It can be used to dynamically add users or groups to Private Webcast events.
PUT
/api/v2/scheduled-events/{eventId}/access-control
Path Parameters
| Parameter | Type | Validations |
|---|---|---|
| eventId | string, required | ID of event to edit. |
Request Body
{
"userIds": [
"796629d3-d0e5-4d06-b923-f983ca47433c",
"addb047d-8076-459f-b0df-a8cdb7d168ec"
],
"usernames": [
"user5",
"user55",
"admin"
],
"groupIds": [
"452329d3-d0e5-4d06-b923-f983ca47433c"
]
}
| Parameter | Type | Validations |
|---|---|---|
| AccessControlEntitiesRequest [ object {uploadRequestArrays} ] | string, optional |
Object of arrays attached to the Webcast to provide updates/edits to Access Controls. The object may contain the following arrays and parameters:
|