π Quick Overview
With the CSV upload, you can create or update many users at once.
Each row in the file represents one person.
β
βRequired fields must be filled in, otherwise the upload will be rejected.
β
βAfter the import, you will immediately see how many users were created or updated.
β
π οΈ Before You Start
Permissions: Only users with the Client Admin role can upload CSV files.
β
βFile format: .csv
β
βDelimiter: , (comma). If your file uses ;, adjust it before uploading.
β
βDate format: YYYY-MM-DD (e.g., 2024-09-10)
β
βMulti-values: Use the pipe | separator, e.g. Team1|Team2.
β
βMax file size: 32 MB (~150,000 rows possible).
β
β
β οΈ Common pitfalls:
Required fields empty β upload rejected.
β
βDifferent number of columns between header and rows β error.
β
βWrong date format or invalid values (e.g., phone numbers with letters) β row invalid.
β
π Step-by-Step Guide
1. Download CSV
Go to the Employees menu in the admin area.
β
βClick Download CSV (top right).
β
βThe file will be downloaded as .csv (either an empty template or including current data).
β
2. Edit CSV
Open the file in Excel, Google Sheets, or another spreadsheet tool.
β
βFill in the data.
β
βAlways save the file again as CSV (UTF-8, comma-separated).
β
3. Upload CSV
Go back to the Employees menu in the admin area.
β
βClick Upload CSV file.
β
βSelect your prepared file.
β
β(Optional) Enable/Disable Users
β
β
β β οΈ Important: Before using this option, please read the section
βEnable/Disable Usersβ.
Incorrect usage can unintentionally block many users.
β
β
βClick Next.
β
βReview the preview:
β
ββ Green check = valid rows.
β
ββ Red cross = errors (hover to see details).
β
β
Fix issues in your file if needed and re-upload.
β
βClick Import.
β
βAfter completion, you will see how many users were created or updated.
β
β οΈ Important Note: Enable/Disable Users
If you activate this option, the system will behave as follows:
All users in your CSV will be set to active β even those previously blocked will be reactivated.
β
βAll existing users not included in the CSV will be blocked.
β
β
β When useful
If you upload a complete, up-to-date list of all users.
β
βExample: You export all employees, adjust data (e.g., phone numbers), and upload the full list again.
β
β
β When risky
If you only want to add a few new users.
β
βIf you only want to make small updates (e.g., one userβs phone number).
β
βIf you are not sure your CSV contains all users.
β
β
Example:
You currently have 200 active users in the system.
You upload a CSV with 50 users and select Enable/Disable Users.
β Result: The 50 users in the CSV remain active.
β The other 150 are blocked and lose access immediately.
π Recommendation:
Only enable this option if your CSV truly contains all active users.
β
βFor partial updates (e.g., adding 5 colleagues or changing one phone number) β leave this option disabled.
β
β
π Exception: Users with the Client Admin role will never be blocked, even if they are not included in the file.
π Field Reference (Users)
Column | Description | Required | Data | Allowed values / Format | Example(s) | Common errors |
Email address (unique identifier) | Yes | max. 254 chars, valid format | Invalid format, missing | |||
password | Password | No | Text | free | Secure123! | β |
first_ | First name | Yes | Text | max. 100 chars | Maria | Missing |
last_ | Last name | Yes | Text | max. 100 chars | Meier | Missing |
academi | Title | No | Text | max. 255 chars | Dr. | β |
personal | Internal ID | No | Text | max. 255 chars | EMP12345 | β |
birthdate | Date of birth | No | Date | YYYY-MM-DD | 1980-12-20 | Wrong format |
gender | Gender | No | Enum | Male, Female, Other | Female | Invalid value |
position | Job position | No | Text | max. 255 chars | Project Manager | β |
category | Categories | No | Multi | ` | `-separated, must exist in app | `HR |
goal | Personal goal | No | Text | very long text possible | Career development | β |
mobile_ | Country code (with +) | No | Text | +xx, valid code | +41 | Invalid code |
mobile_ | Mobile number | No | Number | digits only | 791234567 | Contains letters |
busines | Business phone | No | Number | digits only | 321654987 | Contains letters |
language | Language in the app | No | Enum | en, de, fr, it, es, pt-pt | de | Not supported |
sms_ | SMS notifications enabled? | No | Bool | Yes / No | No | Typo |
start_ | Start date | No | Date | YYYY-MM-DD | 2023-11-21 | Wrong format |
termination_ | Termination date | No | Date | YYYY-MM-DD | 2025-04-24 | Wrong format |
roles | Roles in the system | No | Multi | ` | `-separated | `HR admin |
teams | Assigned teams (via external_id) | No | Multi | ` | 1|2|3| or just one | `team_1 |
π‘ Tip for partial updates:
If you only want to update certain information for employees (e.g. personal numbers or phone numbers), we recommend removing all columns you do not intend to change. If you leave other columns empty and upload the file, the existing values in those fields will be overwritten and deleted.
β
Example:
You only want to update the personal numbers and leave the Long-term development goal column empty. If you upload the file like this, the existing development goals in those profiles will be removed.
β
β‘οΈ Recommendation: Keep only the columns in your CSV that you actually want to update.
β
β Typical Error Messages & Fixes
βEmail is required.β β email column missing or empty.
β
ββBirthdate is not in the right format.β β Value must be YYYY-MM-DD.
If you have difficulties with date formatting or need to reformat the date, you can find a step-by-step guide in the Help Center article
βMobile phone can only contain numbers.β β Remove letters or spaces.
β
ββTeam with external id @id does not exist.β β Team must exist in the system or in the same file.
β
ββUnsupported delimiter.β β Save the file with comma ,, not semicolon ;.
β
π Examples
Minimal valid CSV (only required fields)
email,first_name,last_name
[email protected],Anna,Muster
[email protected],Peter,Test
Full CSV (all fields)
email,password,first_name,last_name,academic_title,personal_number,birthdate,gender,position,category,goal,mobile_country_code,mobile_phone,business_phone,language,sms_enabled,start_date,termination_date,roles,teams
[email protected],Secure123!,Anna,Muster,Dr.,EMP001,1985-05-12,Female,Project Manager,HR|Finance,Career development,+41,791234567,321654987,de,Yes,2020-01-15,2024-12-31,HR admin|Surveys/user,team_1|team_2
β Pre-Upload Checklist
File is .csv in UTF-8 format
β
βDelimiter is , (comma)
β
βRequired fields filled (email, first_name, last_name)
β
βDates in format YYYY-MM-DD
β
βMulti-values separated with |
β
βPhone numbers digits only, country code with +
β
βSame number of columns in all rows
β
βNo typos in column headers
β
βLanguages and roles exist in the system
β
βFile smaller than 32 MB
β
β FAQ
What happens if a user already exists?
β The record will be updated (email is the unique identifier).
Can I deactivate users?
β Yes, using the βEnable/Disable Usersβ option. Users not in the file will be blocked.
Do I need to upload teams first?
β Recommended: Yes. This way you can directly assign users to teams.
Can I assign multiple roles or teams?
β Yes, separate with |, e.g. HR admin|Surveys/user.
Which languages are supported?
β en, de, fr, it, es, pt-pt.
Why do I see red crosses in the preview?
β One or more rows contain errors (wrong format, missing required fields).
How big can the file be?
β Up to 32 MB (~150,000 rows).
Can I use special characters or umlauts?
β Yes, as long as the file is saved in UTF-8 encoding.
π Support
For support requests, please provide:
Upload timestamp
β
βThe CSV file (or a sample row with error)
β
βThe exact error message from the system
β
βYour browser and version
β
π Note: The technical documentation also describes team-specific CSV columns. Your current template only contains user fields. If you want to manage teams via CSV, you will need a separate template with columns such as external_id, name, type.