Overview
The CSV import lets you invite many teammates to your Userpilot applications from a single file, instead of inviting people one at a time. You upload a CSV, review a validation preview, and confirm. Userpilot then invites each teammate with the role you specified. This is one of three ways to add teammates, alongside manual invites and automated provisioning through SCIM and JIT. Unlike SCIM and JIT, importing is an invite action and is available on every plan. You can run the import from two places:- Settings > Team imports teammates into the application you are currently viewing.
- Admin Console > Team imports across your whole organization, with each row naming its target application.
Requirements
- Permission to invite teammates, the same permission used for single invites.
- To assign a given role, you must hold a role with at least that level of access in the target application.
CSV import is disabled whenever SCIM directory sync is active - in every role-management mode, not only when the IdP owns roles (see SCIM role management) - and while a sync is in progress. Once SCIM is on, teammate membership comes from your IdP.
Importing teammates
1
Open the importer
On Settings > Team (or the Admin Console’s Team page), click Import to open the importer drawer.

2
Prepare your CSV
In the Start with the template card, click Download .CSV to get a correctly formatted file (
userpilot-teammates-template.csv). The template matches the importer you opened it from, so you can fill it in and upload it as is. In the Admin Console importer, the drawer also lists Your applications, with each application’s name and token for reference.3
Upload the file
Drag and drop your
.csv onto the dropzone, or click to browse. Files must be .csv and up to 2 MB.4
Review the preview
Userpilot validates every row and groups them into up to three tables, each showing the teammate, role, and application:
- Rows with errors. Invalid rows (bad email, missing or unassignable role, and so on), each with the reason. Fix the file and re-upload - these are not imported.
- Rows won’t be imported. Rows skipped because the person already exists as a teammate, or the row is a duplicate within the file.
- Rows ready to import. Valid rows that will be invited when you confirm.
5
Confirm
Click Invite Teammates to invite everyone in the Rows ready to import list. Importing runs in the background, and rows that fail do not stop the others.
CSV format
Admin Console importer
The org-wide import needs these columns, with exactly these headers:
Roles are set per application. To add someone to multiple applications, add one row per application, with the same email but a different application token and role on each row.
Admin, Billing, View Only, or Account Owner.
Team page importer
The importer on Settings > Team always targets the application you are viewing, so theapplication column is dropped:
Validation and limits
Each row is checked before anything is invited:- Email must be a valid address. If it already belongs to a different Userpilot organization, that row is rejected with a clear message and no invite is sent for it.
- Application must exist in your organization (Admin Console importer).
- Role must exist in that application, and you must be allowed to assign it.
- Seat limits are enforced per application. A row that would exceed your plan’s seats is blocked, while the rest of the import continues.
- File size is capped at 2 MB and 50,000 rows.
After import
Each successfully imported teammate:- Receives an invitation to their application or applications, with the role from the CSV.
- Is created without a password if your organization enforces SSO. In that case they sign in through your identity provider.
- Is recorded in the Access Logs with the source CSV, so you can audit exactly who was added and by whom. See Access and activity logs.
CSV import is available only while SCIM is off (or in orgs without SCIM). A CSV teammate’s role is flagged as manually set, so if you later enable SCIM, a hybrid-mode sync keeps that role. But CSV teammates are not in your IdP directory, so mapping or re-mapping your groups removes them like any other non-IdP member. Role protection covers the role, not membership.
FAQs
Why is the Import action disabled?
Why is the Import action disabled?
It is hidden or disabled whenever SCIM directory sync is active (in any role-management mode - manage teammates in your IdP), while a SCIM sync is running, or if you do not have permission to invite teammates.
A row failed. Does the whole import fail?
A row failed. Does the whole import fail?
No. Invalid rows are listed under “Needs attention” and skipped, and valid rows still import. Rows that fail during processing, for example by hitting a seat limit, do not stop the rest.
How do I add one person to several applications?
How do I add one person to several applications?
Use the Admin Console importer and add one row per application, with the same email but a different application token and role on each row.