入门指南
阅读入门指南,为成功做好准备
帮助和常见问题
查找常见问题的解决方案
视频
观看并了解如何使用 Zendesk
Zendesk 更新
及时获悉关于 Zendesk 的重要公告和通知
产品指南
利用全面详实的文档,将 Zendesk 用得淋漓尽致
最佳实践和操作方法
查找常见用例的提示和逐步教程
专员指南
适用于 Zendesk Suite 的专员指南
政策和计划
仔细阅读 Zendesk 政策、协议、计划和服务
最近搜索
没有最近搜索
Sandra D'Angelo
已于 2021年4月05日 发布
Is there any way to see which users are following which posts or topics?
1
Dave Dyson
2021年4月24日
Hi Sandra,
This can be done via these two API endpoints:
List Post Subscriptions: Lists the subscriptions to a given post.List Topic Subscriptions: similarly lists the subscriptions to a given topic.
These will give you a list of Zendesk user IDs. To turn those into names, you'll need to use the Show Users API endpoint:Show User
If you're not experienced at writing API scripts, Postman is a tool that can make the task somewhat easier: How do I set up Postman to make API requests to my Zendesk account?
Hope this helps!
0
1 条评论
Dave Dyson
Hi Sandra,
This can be done via these two API endpoints:
List Post Subscriptions: Lists the subscriptions to a given post.
List Topic Subscriptions: similarly lists the subscriptions to a given topic.
These will give you a list of Zendesk user IDs. To turn those into names, you'll need to use the Show Users API endpoint:
Show User
If you're not experienced at writing API scripts, Postman is a tool that can make the task somewhat easier: How do I set up Postman to make API requests to my Zendesk account?
Hope this helps!
0