Step 1 of the bulk import — uploading the list of invitees; parsing moves on to the
review step.
Wireframe
step 1 · upload
achilles.local/admin/users/import
/admin/users/import · Owner / Admin
1
2
Import users
Upload a list — everyone receives an email invitation.
Or paste addresses as a list
anna@company.com
dmitry@company.com, admin
igor@company.com
one address per line 3
Next — review
-
1
Accepts a
.csv file. Exceeding the row limit is rejected with an explicit message.
-
2
The
email column is required; role and
name are not. The template is the same set with a sample row.
-
3
Pasting text is a fast way to enter short lists: one address per line, role after a comma optional.
-
4
One source at a time: the active input disables the other; clearing it reopens both.
-
Import is available to Owner / Admin. Role assignment and the permission boundary are the same as the single invite,
invite flow.