DSGVO data export
Under Settings → Konto, admins and the Owner see a Datenexport (DSGVO) section:Lade ein vollständiges, maschinenlesbares Archiv (JSON) der Daten dieses Kontos herunter: Einstellungen, Benutzer, Agenten, Wissen, Kategorisierer, Kontakte, Tickets, Chats und gelernte Beispiele. Geheimnisse (API-Schlüssel, Postfach-Passwörter, OAuth-Tokens) sind niemals enthalten.Clicking Export anfordern builds the archive server-side and downloads it straight to the browser as
dsgvo-export-<accountId>-<date>.json — nothing is written to a file store first.
This is owner/admin only, same gate as user management and audit log access. Members and Viewers don’t see this section at all.
What’s in the archive
The export covers everything the account owns:- Account record and settings
- Users / memberships
- Agents
- Knowledge buckets, items, and knowledge entries
- Categorizers, categories, category branches, and category actions
- Categorizations and the categorization action log
- Email connection metadata
- Contacts and companies
- Tickets and ticket comments
- Chats and messages
- Learned writing-style exemplars
truncated flag so you know the archive was clipped rather than silently incomplete.
Requesting an export is itself logged as an event in the audit trail below — visible only to other admins/the Owner, like all account-level privacy events.
Audit log
Settings → Audit-Log shows a chronological trail of permission-sensitive changes on the account: role changes, invitations sent/accepted/cancelled, users removed, mailbox-sharing changes, temporary access grants created or revoked, and account data exports. Each entry shows who did it and when. What you see depends on your role:Roles that gate this page
Both features above use the same two-tier gate already used for user management:- Owner / Admin — full access: can trigger a DSGVO export and see the complete audit log.
- Member / Viewer — no export button; audit log narrowed to their own mailboxes. Viewer in particular is read-only everywhere in the product — it can see shared mailboxes and conversations but cannot send, approve, reroute, or change any configuration.