Where to find the export
Go to Employees in the main navigation. Above the list you’ll find the Export Employees button (download icon). Only admins can start the export. Clicking it opens the Export Employees dialog. Confirm with Start Export. The file is generated in the background, so you don’t have to wait on the page. You can follow the progress at the top under Last Export, which moves from Processing to Ready. Once the file is ready, download it with Download. The download stays available for seven days, after which the file is deleted automatically and you create a new export if you need one.What columns the file contains
The file starts with these fixed columns, in exactly this order:
After that comes one column for each employee attribute in your account, sorted alphabetically by attribute name.
Employees without access to the web app appear as Respondee in the Role column.
Which columns are intentionally missing
Four columns are deliberately left out of the export. The same note appears in the export dialog under Please note:- PermissionGroup and PermissionGroupValue — the data permissions, i.e. what an employee can access in the account.
- Seniority and Age Category — the system works these two groupings out itself from the year of joining and the year of birth, so they don’t appear as their own columns in the file.
What happens when you re-import the export
The Role column is part of the export and is also read on import. This means:- If you re-import the file unchanged, everyone is written back the same role value — nothing changes.
- If you change a role value in the file, the import changes the role accordingly — with the consequences in the next section.
- Data permissions stay untouched, because PermissionGroup and PermissionGroupValue are not in the file.
Assigning roles safely
If you only want to give a role to individual people — for example, giving several people managers the Report viewer role — a partial import containing only those people is the safest way. Anyone not in the file stays unchanged. For that file, include the columns ImportId, Email, Firstname, Lastname, Language and Role.If the Role column is present in the file, it must have a valid value in every row. Rows without a valid role are rejected. A partially filled Role column is therefore worse than none at all.
Where else you can see current roles
You don’t need to export just to get an overview: in the list under Employees, use the Columns button to show the Role column, and use the Role filter to filter for a specific role.The full list via the API
Accounts with the API Access (Business Intelligence) add-on can retrieve the full employee list including the role via the export API (endpointGET /v1/employees). You’ll find the details in the Developer Docs.