You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: