Using python…
I am calling using a client object: client.user.cust_create(…)
I get the error message: AttributeError: ‘UserComponentV2’ object has not attribute ‘cust_create’
I was using 0.1.7 of zoomus - PyPI, and on May 30 it quit working. I upgraded to 1.1.3 of zoomus (which incorporates v2 instead of v1) and now everything is working except this one call.