python-intercom icon indicating copy to clipboard operation
python-intercom copied to clipboard

User find by email return list of users without the User model

Open jbvsmo opened this issue 6 years ago • 0 comments

The intercom API for intercom.users.find(email=something) is returning an object that is a list of users that should work like the CollectionProxy but it doesn't.

Only solution right now is to always use find_all (except for id, where it is broken for similar reasons)

jbvsmo avatar Oct 22 '19 19:10 jbvsmo