when running with e.g. `data, errors = c.ListUsers(payload={ 'skipCount': True })` how do I get hold of the data? print(data) return a KeyError: 'data' thanks
when running with e.g.
data, errors = c.ListUsers(payload={ 'skipCount': True })how do I get hold of the data?
print(data) return a KeyError: 'data'
thanks