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.
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.
Example
{ "connected_account_id": "cact_d025a96ac0c6", "external_user_id": "exusr_d025a96ac0c6"}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.
Example
{ "connected_account_id": "cact_d025a96ac0c6", "external_user_id": "exusr_d025a96ac0c6"}SetServiceConferencingRequest
Request schema for setting a service's default conferencing. The conferencing provider is inferred from the connected account. Setting the default also configures every provider on the service from their default user mappings on the connected account; providers without a mapping are skipped.
SetUserMappingRequest
Request schema for setting a user mapping. Exactly one of `external_user_id` or `email` must be provided to identify the external user.