Ability to query user features

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.

Hey @nlfits,

Thank you for reaching out to the Zoom Developer Forum. Currently, we don’t have an API that will allow you to make a batch/filtered request. Right now, you’ll want to call the Get User Settings API for each of the users that you want to check.

If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.