V2 api User object enable_webinar attribute missing

Hi,

When we fetch list of users using v1 api at /v1/user/list endpoint, it gives us information that the particular has Webinar feature enabled or not. i.e. the returned JSON has property “enable_webinar”

How can I get same information in v2 api. I tried /v2/users endpoint, but the returned JSON doesn’t have that info.

I need this information to filter out Users who have webinar feature enabled, so I can use only that user to create Webinar via API.

Thanks

John

https://zoom.github.io/api/#retrieve-a-users-settings

In the user’s settings feature.webinar: <boolean>