prschmid / zoomus

Python client library for the Zoom.us REST API v1 and v2
Other
253 stars 133 forks source link

AttributeError: 'UserComponentV2' object has no attribute 'get_settings' #295

Open lrhazi opened 1 year ago

lrhazi commented 1 year ago

Why would I be getting this error trying to call

client = ZoomClient(API_KEY, API_SECRET)
client.user.get_settings(id=user_id)
AttributeError: 'UserComponentV2' object has no attribute 'get_settings'

am using the latest zoomus python package: version: 1.1.6