Is there a batch call for User Settings endpoint?

Description
Currently the user settings endpoint supports only single call per user. Is there a way to get user settings for a batch of users in a single call?

I was specifically interested in the feature field in the response, to find out which features are enabled for the account users:

"feature": {
	"cn_meeting": false,
	"in_meeting": false,
	"large_meeting": false,
	"meeting_capacity": 100,
	"webinar": true,
	"webinar_capacity": 100
	"zoom_phone": false
}

Which Endpoint/s?
Link to the endpoint documentation: https://marketplace.zoom.us/docs/api-reference/zoom-api/users/usersettings

Hey @dbamit,

Thank you for reaching out to the Zoom Developer Forum. Good question! Currently, we don’t have any APIs that allow you to make requests for or against batches of data. If you would like this feature to be considered for a future release, I recommend posting in the #feature-requests category.

In the meantime, you should be able to loop through your users to retrieve this information or export user CSV from the Zoom Web Portal.

Let me know if that helps.

Thanks,
Max

1 Like

Thanks @MaxM, I have posted in the #feature-requests category as you have suggested.

1 Like

Thank you for submitting the feature request!

Max

1 Like

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