Skip to content

Importing Users

Organisation admins can bulk-import users from a spreadsheet. Runnit suggests how your columns map to user fields, lets you preview every change before anything is saved, and supports rolling back the most recent import if needed.

  • You must be an admin or owner of the organisation you’re importing into.
  • Imports always run in the context of the organisation you’re working in.
FormatExtension
Excel.xlsx, .xls, .xlsm
CSV.csv

Maximum upload size is 50 MB per file.

  1. Open Organisation Users and click Import Users.
  2. Upload your spreadsheet. Runnit parses every worksheet and suggests column-to-field mappings for you.
  3. Review the suggested mappings and adjust any that aren’t right.
  4. Refresh the preview if you changed the mappings.
  5. Review the preview: it shows how many rows will be inserted, updated, left unchanged, or skipped, along with row-level detail.
  6. Click Commit when you’re happy with the preview.
  7. If you need to undo the import, run Rollback Latest Batch.

Runnit infers mappings automatically, and your manual overrides always take priority. Columns you don’t map are simply ignored.

  • Email is the unique identifier. All emails are normalised to lowercase before matching.
  • Existing users are updated only for mapped fields that contain a value, blank cells never overwrite existing data.
  • New users are created and added to your organisation.
  • New users are set to accept new projects.
  • Organisation membership is active, using the role from your spreadsheet if one is mapped and valid, otherwise member.

The preview classifies each row so you know exactly what will happen:

OutcomeMeaning
insertA new user will be created.
updateAn existing user will be updated.
noopNo change needed.
skipThe row will be skipped.
errorThe row can’t be processed as-is.

Committing applies all rows together and records a snapshot of every change. As part of the commit, Runnit composes or refreshes each imported user’s long bio from their profile fields (plus any Long Bio Source columns), then refreshes their profile so the new bios are searchable.

Rollback undoes the most recent committed batch for the organisation. Inserted users and memberships are removed, and updated records are restored to their previous values from the saved snapshot.