Skip to main content

Admin Export
App

The Admin Export app exports administrative information from Atlan into a single Excel workbook. You can include users, groups, personas, purposes, and policies to create a complete snapshot of your access model for backup, audits, or offline analysis.

This reference describes all configuration properties for the app and what each worksheet in the exported workbook contains.

Access

The Admin Export app isn't available in all tenants by default. To enable it, contact Atlan support or your Atlan customer team and request access to the Admin export app.

Once enabled, only admins or users with workflow permissions configure and run this app, because it operates on users, groups, personas, purposes, and policies.

Workflow name

Specifies the display name for this workflow configuration in Atlan. Use a descriptive name that makes it clear this job exports administrative configuration for audit or backup.

Example:

atlan-admin-export

Objects to include

Specifies which administrative objects the app exports into the output file. Select one or more object types. Each selected object type is exported to its own worksheet (Excel) or file (CSV).

  • Users: exports user accounts in your Atlan tenant.
  • Groups: exports groups used for access control and administration.
  • Personas: exports personas and a summary of the policies attached to them.
  • Purposes: exports purposes, their associated tags, and a summary of the policies attached to them.
  • Policies: exports the detailed policies associated with personas and purposes.

Include out-of-the-box policies

Controls whether the export includes system policies provided by Atlan by default (out-of-the-box policies). These policies support core product functionality and typically can't be edited or removed.

  • Yes: includes system policies that ship with Atlan. Use this when you need a complete view of all effective policies, including defaults, for troubleshooting complex permissions or for full audits.
  • No: excludes default policies. Recommended for most reporting scenarios to avoid noise from policies that can't be modified.

File format

The File format setting controls how the exported data is structured on disk.

When selected, the app exports all chosen object types into one Excel workbook (.xlsx).

  • Output: A single .xlsx file
  • Structure: One worksheet per object type (for example: Users, Groups, Personas, Purposes, Policies)
  • Best for: Manual review, audits, one-file backups, and spreadsheet-based analysis

Export via

Defines the primary delivery mechanism. Regardless of the option you choose, the file is always available to download from the workflow run in Atlan.

When selected, the app makes the exported file available directly in Atlan. After the workflow run completes, you can download the file from the workflow run details page (Workflow runs → select the run → Download).

Workbook structure

The exported Excel file contains one worksheet for each selected object type. Column names are fixed and designed for analysis in spreadsheet tools.

Users worksheet

Each row represents a single user account in Atlan.

ColumnDescriptionNotes
UsernameUsername of the user.Matches the sign-in identifier used for the account.
First nameFirst name of the user.Populated from the user's profile.
Last nameLast name of the user.Populated from the user's profile.
Email addressEmail address of the user.Used for notifications and invitations.
GroupsGroups assigned to the user.Multiple groups may be listed in a single cell, separated by delimiters.
CreatedDate and time when the user was invited to Atlan.Timestamp is converted into a human-readable format.
EnabledWhether the user can log in (true) or is deactivated (false).false indicates the account is disabled and can't access Atlan.
Last loginDate and time when the user last logged in.Useful for identifying inactive or rarely used accounts.
PersonasPersonas assigned to the user.Includes personas assigned directly or via groups, with values separated by newlines.
Licence typeType of license assigned to the user.For example, admin vs member.
DesignationDesignation of the user.
Group namesNon-technical names of groups the user is assigned to.Multiple groups may be listed in a single cell, separated by delimiters.
Extracted onDate and time when the user was extracted.

Sample users worksheet file

Download a sample CSV file that shows the structure of the Users worksheet:

📥 Download sample users CSV

Sample file disclaimer

This sample file shows the structure and format only. It may not match your environment and is intended as a template for understanding the export.

Groups worksheet

Each row represents a group used for access control or administration.

ColumnDescriptionNotes
Group nameName of the group as it appears in the Atlan UI.Display name used in governance and access control workflows.
Internal nameProgrammatic name for the group.Used when referencing the group in APIs, workflows, or automation.
Number of usersNumber of users who belong to the group.Helps you understand adoption and impact of changes to this group.
DefaultWhether new users are added to this group by default.true indicates the group is automatically assigned to new users.
Created atDate and time when the group was created.Useful for auditing when a group was introduced.
Created byUser who created the group.Indicates who originally defined the group.
Updated atDate and time when the group was last updated.Helps track recent configuration changes.
Updated byUser who last updated the group.Identifies the last owner to modify group membership or properties.
Extracted onDate and time when the group was extracted.

Personas worksheet

Each row represents a persona that groups policies and access behavior.

ColumnDescriptionNotes
Persona nameName of the persona.Used throughout Atlan to apply a consistent access profile.
DescriptionDescription of the persona.Optional text that explains the persona's purpose or scope.
UsersUsers assigned to the persona.Multiple users appear as newline-separated values in a single cell.
GroupsGroups assigned to the persona.Multiple groups appear as newline-separated values in a single cell.
Metadata policiesNumber of metadata policies associated with the persona.Indicates how much metadata-level control the persona exerts.
Data policiesNumber of data policies associated with the persona.Indicates how much data-level control the persona exerts.
Glossary policiesNumber of glossary policies associated with the persona.Shows how glossary access is governed for this persona.
Domain policiesNumber of domain policies associated with the persona.Shows how domain-level access is governed for this persona.
ConnectionsConnections governed by the persona's metadata or data policies.Values are newline-separated within the cell to support multi-connection personas.
GlossariesGlossaries governed by the persona's glossary policies.Values are newline-separated within the cell.
DomainsDomains governed by the persona's domain policies.Values are newline-separated within the cell.
NavigationDefault landing page for the persona.
Hide asset typesAsset types hidden from this persona.
Hide sidebar tabsSidebar tabs hidden from this persona.
Hide asset filtersAsset search filters hidden from this persona.
Hide asset metadataAsset metadata hidden from this persona.
Display preferencesSpecific preferences for displaying assets for this persona.
Custom metadata to hideCustom metadata tabs hidden from this persona.
Extracted onDate and time when the persona was extracted.

Purposes worksheet

Each row represents a purpose that groups policies and Atlan tags.

ColumnDescriptionNotes
Purpose nameName of the purpose.Describes the access purpose (for example, regulatory or business usage).
DescriptionDescription of the purpose.Optional text that documents why the purpose exists.
TagsAtlan tags controlled by the purpose.Tags appear as newline-separated values within the cell.
Metadata policiesNumber of metadata policies associated with the purpose.Indicates the level of metadata control enforced by this purpose.
Data policiesNumber of data policies associated with the purpose.Indicates the level of data control enforced by this purpose.
GroupsGroups to which the purpose's policies apply.Used to understand which group-based identities are governed.
UsersUsers to which the purpose's policies apply.Used to understand which individual identities are governed.
NavigationDefault landing page for the purpose.
Hide asset typesAsset types hidden from this purpose.
Hide sidebar tabsSidebar tabs hidden from this purpose.
Hide asset filtersAsset search filters hidden from this purpose.
Custom metadata to hideCustom metadata tabs hidden from this purpose.
Extracted onDate and time when the purpose was extracted.

Policies worksheet

Each row represents a policy associated with a persona or purpose.

ColumnDescriptionNotes
Policy activeWhether the policy is active (true) or deactivated (false).
Policy nameName of the policy.Appears in governance views and policy management interfaces.
DescriptionDescription of the policy.Optional clarification of what the policy is intended to enforce.
Parent typeType of access mechanism that owns the policy.Typically Persona or Purpose, used to understand where the policy lives.
Parent nameName of the parent persona or purpose.Helps trace the policy back to the higher-level access construct.
KindPolicy kind, such as metadata, data, glossary, or domain.Indicates which layer of access the policy affects.
TypeWhether the policy grants or denies access.Commonly allow or deny, depending on configuration.
ActionsActions covered by the policy.For example, which actions are allowed in an allow policy.
ResourcesResources that the policy controls.Includes connections, glossaries, domains, or tags, listed as newline-separated values.
Extracted onDate and time when the policy was extracted.

See also