Batch call for User Settings / User Features

Currently the user settings endpoint supports only single call per user. Please provide 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
}

So alternatively a way to get user features for a batch of users in a single call would be as helpful.

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