跳到主要内容
WARNING You're browsing the documentation for an old version of Deskpro. Consider updating to Deskpro Horizon.

How to: Export User Data

在 Managing and Deleting Personal Data 中
作者列表
已发布: 2018年5月15日|最后更新: 2019年1月31日

To export user data, go to Reports in the agent interface.

Open the Stat Builder, and click on the + ADD button.

You will see a New Stat pane open.

Give the stat a new title, and input the following:


SELECT

people_emails.person.id, people_emails.date_created, people_emails.person, people_emails.email, people_emails.person.organization.name

FROM

people_emails

ORDER BY

people_emails.person.id


Export-User-Data-1.png

Note: Running this query will give you the user name, id, email address and organization. If you need more or different fields to be captured in the export, adjust the SELECT clause accordingly. See our full DPQL Query Guide for more information.

Now click the Save button.

有帮助没有帮助
下一个页面How to: Delete Guide Topics
上一个页面How to: Delete Agents

请登录或注册以提交评论。