New data fields for Accounts and Dashboards API endpoints and webhook events

Added

  • New global_dial_in_countries request field in the following Accounts API endpoints:
    • PATCH /v2/accounts/{accountId}/settings
    • PATCH /v2/accounts/{accountId}/settings
  • New display_toll_free_numbers response field in the following Accounts API endpoint:
    • GET /v2/accounts/{accountId}/lock_settings
  • New allow_webinar_attendees_call_me, allow_webinar_attendees_toll_free_dial request fields in the following Accounts API endpoint:
    • PATCH /v2/accounts/{accountId}/settings
  • New personal_audio_conference, toll_call, participant_phone_masking, call_me_and_invite_by_phone request fields in the following Accounts API endpoints:
    • PATCH /v2/accounts/{accountId}/settings
    • PATCH /v2/accounts/{accountId}/lock_settings
  • New allow_webinar_attendees_toll_free_dial, allow_webinar_attendees_call_me, smart_recognition response fields in the following Accounts API endpoint:
    • GET /v2/accounts/{accountId}/settings
  • New cpu_pressure_level response field in the following Dashboards APIs endpoints:
    • GET /v2/metrics/meetings/{meetingId}/participants/{participantId}/qos
    • GET /v2/accounts/{accountId}/metrics/meetings/{meetingId}/participants/{participantId}/qos
    • GET /v2/accounts/{accountId}/metrics/meetings/{meetingId}/participants/qos
    • GET /v2/metrics/meetings/{meetingId}/participants/qos
    • GET /v2/metrics/webinars/{webinarId}/participants/qos
    • GET /v2/accounts/{accountId}/metrics/webinars/{webinarId}/participants/qos
    • GET /v2/accounts/{accountId}/metrics/webinars/{webinarId}/participants/{participantId}/qos
    • GET /v2/metrics/webinars/{webinarId}/participants/{participantId}/qos
  • New toll_call,personal_audio_conference, call_me_and_invite_by_phone, participant_phone_masking response fields in the following Accounts API endpoints:
    • GET /v2/accounts/{accountId}/lock_settings
    • GET /v2/accounts/{accountId}/settings
  • New global_dial_in_countries response field in the following Accounts API endpoint:
    • GET /v2/accounts/{accountId}/settings
  • New global_dial_in_countries, tsp fields in the following Accounts webhook event:
    • account.settings_updated
  • New personal_audio_conference, toll_call, participant_phone_masking, call_me_and_invite_by_phone fields in the following Accounts webhook events:
    • account.lock_settings_updated
    • account.settings_updated