Skip to content

Commit

Permalink
docs: Add a guide for importing users from a csv file
Browse files Browse the repository at this point in the history
  • Loading branch information
zak39 committed Dec 5, 2024
1 parent 422b833 commit b52d373
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/csv_user_import_feature/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
The .csv user import function lets you populate a Workspace with a large number of users in just one click.

The expected file must be in .csv format, with commas as separators, UTF-8 encoding and CR, LF, CRLF carriage returns.

It must contain two pieces of information per line: “user” and “role”. For users, the login or e-mail address (if unique) can be used. For roles, enter “u” or “user” to add a simple user and “wm” for a Workspace Manager.

Here's a file that you can base upon to fill with the data corresponding to your instance : [users-import.csv](./users-import.csv) .
6 changes: 6 additions & 0 deletions docs/csv_user_import_feature/users-import.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
user,role
pierre.quiroul,user
awang,wm
radjiv.velasquez,u
[email protected],wm
[email protected],user

0 comments on commit b52d373

Please sign in to comment.