Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jbvsmo opened this issue Oct 22, 2019 · 0 comments
Open

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

jbvsmo opened this issue Oct 22, 2019 · 0 comments

Comments

@jbvsmo
Copy link

jbvsmo commented Oct 22, 2019

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant