ServiceProviderConferencing

This is an object representing the conferencing configuration for a service provider (e.g., the Zoom user whose account hosts meetings for this provider on this service).

This is an object representing the conferencing configuration for a service provider (e.g., the Zoom user whose account hosts meetings for this provider on this service).

Example

{  "conferencing_provider": "zoom_admin",  "connected_account": {    "connection_scope": "user",    "created_at": "2025-03-12T12:34:55Z",    "display_name": "John Doe",    "email": "user@example.com",    "external_account_id": null,    "external_subject": "123456789",    "id": "cact_d025a96ac0c6",    "object": "connected_account",    "provider": "google",    "status": "active",    "updated_at": "2025-03-13T10:11:12Z",    "user_id": "user_d025a96ac0c6"  },  "external_user": {    "email": "dr.smith@example.com",    "first_name": "Jane",    "id": "exusr_d025a96ac0c6",    "last_name": "Smith",    "object": "external_user",    "status": "active"  },  "object": "service_provider_conferencing",  "provider_id": "prov_d025a96ac0c6",  "service_id": "srv_d025a96ac0c6"}