Description
I’m looking for an API that will return all the users that have a specific feature.
For example, when using the web portal, I can navigate to https://zoom.us/account/user, select Advanced Search, change All Types to Webinar, and click Search and I will get all the users that have the webinar feature.
I know that I can get a specific user’s features by using /users/{userId}/settings?custom_query_fields=feature, however, I am looking for ways to not have to iterate through all 25,000+ users in our account.