ZenDesk 通过电子邮件查找用户

www*_*ser 3 zendesk

您如何搜索 ZenDesk 中是否存在用户?我尝试了以下方法,其中 mydomain 是我公司的域:

示例:https : //mydomain.zendesk.com/api/v2/users/search.json?query=myname@mydomain.com

这在他们的 API 中有记录:http : //developer.zendesk.com/documentation/rest_api/users.html#search-users

但是,我收到 404 {"error":"InvalidEndpoint","description":"Not found"} 作为响应。

mar*_*ork 6

很简单,只要做:

https://mydomain.zendesk.com/api/v2/users/search.json?query=email:myname@mydomain.com
Run Code Online (Sandbox Code Playgroud)

希望能帮助到你。