【发布时间】:2018-06-25 00:08:16
【问题描述】:
我将使用 python-intercom find_all 方法来查找所有自定义属性(“代理状态”)值为已暂停的用户,但找不到任何方法来处理此问题。
我写的如下,但它返回所有用户而不是暂停用户。
suspenso_users = intercom_client.users.find_all(custom_attributes={"Agency Status":"Suspensed"})
如果有人有基于自定义属性的过滤经验,请帮助我。
【问题讨论】:
-
嗨,欢迎来到 StackOverflow。请查看参考How do I ask a good question? 并提供minimal reproducible example 以供使用。