问题
我想获取 Zendesk Support 中的用户列表。如何下载我的用户信息以便在我的帐户之外共享?
回答
您可以使用如下选项从您的帐户中导出用户列表:
数据导出
客户列表附加功能
API
使用基本的数据导出功能
在 Professional 及更高服务模式下,帐户都带有基本的数据导出功能。任何具有导出权限的帐户管理员或自定义用户角色专员都可以导出 XML 或 JSON 格式的用户列表。此选项将导出所有用户数据,但文件下载后,您可以使用 Excel 或 Google Sheets 等软件手动筛选。
使用 API
Zendesk Rest API Users 端点也在所有 Zendesk 帐户中可用,但这是一个技术性更强的解决方案。它提供了很大的灵活性和掌控力,但通常需要具有基本编码知识的人才能有效地实施。 然而,如果您的团队中有开发者资源,这是一个不错的选择。
提示:在 Zendesk 市场中可探索适合您的用例的第三方替代方案。
14 条评论
Derek Pinkston
I used the following python script with my API credentials to export all end-users:
1
Zak Khalid
Really need to re-evaluate Zendesk as a product, If I can't do a simple tasks as export users.
11
Roman Sheydvasser
Agent CSV export script:
https://support.zendesk.com/hc/en-us/community/posts/4409217556506/comments/5071076068890
0
Dane
You can use the Full XML export option for users.
0
Tom Wix
Seriously - there is no way to get a report of customers (end users and their attributes) or organizations (customers and their attributes like external id, tags, etc) ?
There must be in Explore or worst case - a simple CSV dump ?
1
Giuseppe
Hi Andrea,
CSV export is only applicable to tickets. Tested this out just now and I can confirm that only tickets are exported. Although, if you open the CSV file in a spreadsheet app, it could look like you are exporting a "Users" report because it lists ticket details including the ticket requesters. If you double-check the headers, it should look something like this:
The 'Id' in this case refers to the ticket ID.
More information about CSV Export:
Reference: Understanding the data export options
0
Andrea Rochira
It seems possible to export users in a CSV file; when requested, it is sent to your email address:
However, it doesn't seem to include all the users... in my case it's listing only 492 users out of 46633...
1
Scott
Sarah H. Agreed. Ideally, you should just be able to run a report and export. I usually recommend our clients to export from their reporting tool (Looker, Tableau, PowerBI, etc.) if they have access to one. That's probably the easiest and most robust workaround.
0
Sarah H.
Exactly. I have no idea why I have to be some sort of programmer just to export a list of emails for my customers who have booked tickets. Its honestly ridiculous.
7
Clive Carmock
Seriously there is no download to CSV in Zendesk? We have to mess with add ons, or JSON files and convert? I see you have bulk import options. The cynic in me would say exporting users (key activity in truing up user counts) is made hard to make it harder for admins to ensure licences are recovered.
Is an export to CSV on the roadmap? if so when is it due? if not - why not?
9
登录再写评论。