mirror of
https://github.com/goauthentik/authentik
synced 2026-04-27 09:57:31 +02:00
* Begin * WIP * WIP * WIP * Fix link * Fix spellig and links * Enterprise vs enterprise plus * Changes based on Tana's comment * Update website/docs/enterprise/enterprise-features.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Update website/docs/enterprise/enterprise-features.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Update website/docs/enterprise/enterprise-features.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Update website/docs/enterprise/enterprise-features.md Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Apply suggestions * Apply suggestion from Eric * Update doc title after discussion with Tana * Fix links * Update website/docs/enterprise/manage-enterprise.mdx Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Update website/docs/enterprise/manage-enterprise.mdx Co-authored-by: Dominic R <dominic@sdko.org> Signed-off-by: Dewi Roberts <dewi@goauthentik.io> * Apply suggestions * US dollars * Apply Fletcher's suggestions --------- Signed-off-by: Dewi Roberts <dewi@goauthentik.io> Co-authored-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Dominic R <dominic@sdko.org>
18 lines
993 B
Markdown
18 lines
993 B
Markdown
---
|
|
title: Data Exports
|
|
sidebar_label: Data Exports
|
|
authentik_enterprise: true
|
|
---
|
|
|
|
authentik enterprise allows you to export user and event data in CSV format for backup or analysis purposes.
|
|
|
|
The content included in a data export matches that returned by the API endpoints for the respective object types.
|
|
|
|
For detailed instructions on exporting users and events, see [Export users](../users-sources/user/user_basic_operations.md#export-users-) and [Export events](events/logging-events.mdx#export-events) respectively.
|
|
|
|
You can access past data exports from the **Events** > **Data Exports** page. On this page you can view the query used for a specific export, search exports by data type and user, download completed exports and delete exports that you no longer need.
|
|
|
|
## Permissions
|
|
|
|
Creating or viewing a data export requires [view permission](../users-sources/access-control/permissions.md) on the object type being exported in addition to the respective permission for data exports.
|