はじめましょう
オンボーディングガイドで成功への準備をしましょう
ヘルプとFAQ
よくある問題の解決策を見つけましょう
ビデオ
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