Missing "global_dial_in_numbers" field after enabling "end-to-end encryption"

Hello guys.

When I enable the “end-to-end encryption” option on my account setting, Zoom create meeting API’s response body did not contain “global_dial_in_numbers” field.

However encryption option change to “enhanced encryption”, response body exist" global_dial_in_numbers" field.

Does not “end-to-end encryption” option support “global_dial_in_numbers”?

// here's response body of  enabling end-to-end encryption
{
    "uuid": "",
    "id": ,
    "host_id": "",
    "host_email": "",
    "topic": "ZOOM TEST",
    "type": 2,
    "status": "waiting",
    "start_time": "2023-05-27T20:00:00Z",
    "duration": 300,
    "timezone": "America/Los_Angeles",
    "agenda": "TEST ONLY",
    "created_at": "2023-05-24T06:40:59Z",
    "start_url": "",
    "join_url": "",
    "password": "",
    "h323_password": "",
    "pstn_password": "",
    "encrypted_password": "",
    "settings": {
        "host_video": false,
        "participant_video": false,
        "cn_meeting": false,
        "in_meeting": false,
        "join_before_host": false,
        "jbh_time": 0,
        "mute_upon_entry": false,
        "watermark": false,
        "use_pmi": false,
        "approval_type": 2,
        "audio": "voip",
        "auto_recording": "none",
        "enforce_login": false,
        "enforce_login_domains": "",
        "alternative_hosts": "",
        "alternative_host_update_polls": false,
        "close_registration": false,
        "show_share_button": false,
        "allow_multiple_devices": false,
        "registrants_confirmation_email": true,
        "waiting_room": false,
        "request_permission_to_unmute_participants": false,
        "registrants_email_notification": true,
        "meeting_authentication": false,
        "encryption_type": "e2ee",
        "language_interpretation": {
            "enable": false
        },
        "approved_or_denied_countries_or_regions": {
            "enable": false
        },
        "breakout_room": {
            "enable": false
        },
        "alternative_hosts_email_notification": true,
        "show_join_info": false,
        "language_interpretation_options": {
            "enable": false
        },
        "device_testing": false,
        "focus_mode": false,
        "enable_dedicated_group_chat": false,
        "private_meeting": false,
        "email_notification": true,
        "host_save_video_order": false
    },
    "pre_schedule": false
}
//change to Enhanced encryption
{
    "uuid": "",
    "id": ,
    "host_id": "",
    "host_email": "",
    "topic": "ZOOM TEST",
    "type": 2,
    "status": "waiting",
    "start_time": "2023-05-27T20:00:00Z",
    "duration": 300,
    "timezone": "America/Los_Angeles",
    "agenda": "TEST ONLY",
    "created_at": "2023-05-24T07:05:35Z",
    "start_url": "",
    "join_url": "",
    "password": "",
    "h323_password": "",
    "pstn_password": "",
    "encrypted_password": "",
    "settings": {
        "host_video": false,
        "participant_video": false,
        "cn_meeting": false,
        "in_meeting": false,
        "join_before_host": false,
        "jbh_time": 0,
        "mute_upon_entry": false,
        "watermark": false,
        "use_pmi": false,
        "approval_type": 2,
        "audio": "both",
        "auto_recording": "none",
        "enforce_login": false,
        "enforce_login_domains": "",
        "alternative_hosts": "",
        "alternative_host_update_polls": false,
        "close_registration": false,
        "show_share_button": false,
        "allow_multiple_devices": false,
        "registrants_confirmation_email": true,
        "waiting_room": false,
        "request_permission_to_unmute_participants": false,
        "global_dial_in_countries": [
            "US"
        ],
        "global_dial_in_numbers": [
            {
                "country_name": "US",
                "number": "+",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "city": "Chicago",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "city": "Houston",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "city": "San Jose",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "city": "New York",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "city": "Tacoma",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "city": "Washington DC",
                "number": "+1",
                "type": "toll",
                "country": "US"
            },
            {
                "country_name": "US",
                "number": "+1",
                "type": "toll",
                "country": "US"
            }
        ],
        "registrants_email_notification": true,
        "meeting_authentication": false,
        "encryption_type": "enhanced_encryption",
        "language_interpretation": {
            "enable": false
        },
        "approved_or_denied_countries_or_regions": {
            "enable": false
        },
        "breakout_room": {
            "enable": false
        },
        "alternative_hosts_email_notification": true,
        "show_join_info": false,
        "language_interpretation_options": {
            "enable": false
        },
        "device_testing": false,
        "focus_mode": false,
        "enable_dedicated_group_chat": false,
        "private_meeting": false,
        "email_notification": true,
        "host_save_video_order": false
    },
    "pre_schedule": false
}

Hi @jaehoon
Thanks for reaching out to us and welcome to our community!!!
Also thank you for bringing this up to our attention! Please allow me some time to try and replicate this on my end and I will come back to you with an update
Cheers,
Elisa