Some fields are not returned by /groups/:groupId/settings endpoint

Description
Newly added fields admit_participants_with_specified_domains and auto_admit_participants_with_specified_domains are not being returned by calling /groups/:groupId/settings endpoint.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth

Which Endpoint/s?
https://api.zoom.us/v2/groups/:groupId/settings

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Create new Zoom Group
  2. Call https://api.zoom.us/v2/groups/:groupId/settings with a newly created groupId
  3. See that there are no admit_participants_with_specified_domains and auto_admit_participants_with_specified_domains fields returned in JSON response.

Additional context
Response example:

{
    "schedule_meeting": {
        // ...
    },
    "in_meeting": {
        "e2e_encryption": false,
        "chat": true,
        "private_chat": true,
        "auto_saving_chat": false,
        "entry_exit_chime": "all",
        "record_play_own_voice": true,
        "feedback": true,
        "post_meeting_feedback": false,
        "co_host": false,
        "polling": false,
        "attendee_on_hold": false,
        "show_meeting_control_toolbar": false,
        "allow_show_zoom_windows": false,
        "annotation": true,
        "whiteboard": true,
        "remote_control": true,
        "non_verbal_feedback": false,
        "breakout_room": false,
        "remote_support": false,
        "closed_caption": false,
        "far_end_camera_control": false,
        "group_hd": false,
        "virtual_background": true,
        "alert_guest_join": false,
        "auto_answer": false,
        "sending_default_email_invites": false,
        "use_html_format_email": false,
        "custom_data_center_regions": true,
        "data_center_regions": [
            "AU",
            "CA",
            "EU",
            "HK",
            "IN",
            "LA",
            "TY",
            "US"
        ],
        "stereo_audio": false,
        "original_audio": false,
        "show_device_list": false,
        "only_host_view_device_list": false,
        "screen_sharing": true,
        "waiting_room": true,
        "guest_only_to_place_in_waiting_room": true,
        "show_browser_join_link": false
    },
    "email_notification": {
        // ...
    },
    "recording": {
        // ...
    },
    "telephony": {
        // ...
    }
}

Hey @Skykicker,

We will take a look at this. @shrijana.g can you confirm if these fields are avaible within the API? They are listed on the docs.

Thanks,
Tommy

1 Like

Hi @Skykicker @tommy

Thanks for letting me know. These are not currently supported and have been removed from the docs.
Please let us know if you have any other questions.

Thank you,
Shrijana

1 Like