Skip to main content

SetServiceProviderConferencingRequest

Request schema for setting a service provider's conferencing configuration. The connected account must be a conferencing connection (e.g., Zoom). Exactly one of external_user_id or email must be provided to identify the hosting external user, which must belong to the connected account.

oneOf
connected_account_idstringrequired

The ID of the conferencing connected account to host meetings.

Possible values: Value must match regular expression ^cact_\w{12}$

external_user_idstringrequired

The ID of the external user (e.g., Zoom user) whose account hosts meetings for this provider.

Possible values: Value must match regular expression ^exusr_\w{12}$

SetServiceProviderConferencingRequest
{
"connected_account_id": "cact_d025a96ac0c6",
"external_user_id": "exusr_d025a96ac0c6"
}