zoomus icon indicating copy to clipboard operation
zoomus copied to clipboard

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

Open lrhazi opened this issue 2 years ago • 0 comments

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

lrhazi avatar Nov 11 '22 22:11 lrhazi