* Organizations revisions initial commit. * API doc updates * Fix absolute link causing build failure. * Add import to org article, and downstream order changes. * Bitwarden 101 videos: 1st steps toward proliferating these throughout /help. * Added 'Create Your Account' article, which references B101 Videos. * About SSO redirect & promote importing for orgs up the list * Create Org FAQs & trim Feature FAQs accordingly. * Image for Org FAQs * Move 'About the Business Portal' to Orgs category, and re-order accordingly. * Final edits. * Update to API doc. * Returned missing getting-started-organizations article
2.3 KiB
layout, title, categories, featured, popular, tags, order
| layout | title | categories | featured | popular | tags | order | |||
|---|---|---|---|---|---|---|---|---|---|
| article | Import Items to an Organization |
|
true | false |
|
08 |
Importing data directly into a Bitwarden Organization is a simple procedure:
-
Open your Organization and navigate to the Tools tab.
-
From the left menu, select the Import Data option.
-
From the first dropdown, select the format of the import file.
Any option that you select will populate instructions for how to obtain the file for import. This article will focus on importing generic
.CSVfiles. For information on other file formats, see:- Import your data from 1Password
- Import your data from Firefox
- Import your data from Google Chrome
- Import your data from Lastpass
When importing a generic
.CSV, create a UTF-8 encoded plaintext file with the following header to set the format:collections,type,name,notes,fields,login_uri,login_username,login_password,login_totpFor example,
collections,type,name,notes,fields,login_uri,login_username,login_password,login_totp "Social,Marketing",login,Twitter,,,twitter.com,me@example.com,password123, "Finance",login,My Bank,Bank PIN is 1234,"PIN: 1234",https://www.wellsfargo.com/home.jhtml,john.smith,password123456, ,login,EVGA,,,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,TOTPSEED123 ,note,My Note,"This is a secure note.",,,,, -
Select the Browse... button and select the file for import from your file navigator, or paste the contents of the file for import into the provided text input field.
-
Select the Import Data button.
Troubleshooting
If you get the following error:
Ciphers[X].Login: The field **yyyy** exceeds the maximum encrypted value of **zzzz** characters.
An item in your .CSV exceeds the size limit allowed for items stored in the Bitwarden Vault. Remove the offending item from your file for import, or reduce its size. You can open the .CSV in a text editor or spreadsheet program for easy editing, and locate the offending item at index[X] as referenced in the error message.