mirror of
https://github.com/bitwarden/help
synced 2025-12-12 06:13:15 +00:00
organization account import
This commit is contained in:
@@ -7,7 +7,7 @@ popular: true
|
|||||||
tags: [import]
|
tags: [import]
|
||||||
---
|
---
|
||||||
|
|
||||||
You can very easily import your data from an array of different password manager applications. bitwarden supports importing data from the following sources:
|
You can very easily import your data from an array of different password manager applications. bitwarden supports importing data into your individual account from the following sources:
|
||||||
|
|
||||||
- bitwarden (csv)
|
- bitwarden (csv)
|
||||||
- [1Password (1pif)]({% link _articles/importing/import-from-1password.md %})
|
- [1Password (1pif)]({% link _articles/importing/import-from-1password.md %})
|
||||||
@@ -42,11 +42,20 @@ You can very easily import your data from an array of different password manager
|
|||||||
- [Vivaldi (csv)]({% link _articles/importing/import-from-chrome.md %})
|
- [Vivaldi (csv)]({% link _articles/importing/import-from-chrome.md %})
|
||||||
- Zoho Vault (csv)
|
- Zoho Vault (csv)
|
||||||
|
|
||||||
To import your data, log into the web vault at <https://vault.bitwarden.com> and navigate to **Tools** > **Import Data**. Instructions for importing from each source are available after selecting the desired file format from the dropdown menu.
|
To import your data, log into the web vault at <https://vault.bitwarden.com> and navigate to **Tools** → **Import Data**. Instructions for importing from each source are available after selecting the desired file format from the dropdown menu.
|
||||||
|
|
||||||
## Generic CSV Format
|
**Organization Accounts**
|
||||||
|
|
||||||
Alternatively you can manually condition a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file using the generic bitwarden format. Create a UTF-8 encoded plaintext file with the following format:
|
Additionally, you can also import data directly into an organization account for sharing. bitwarden supports importing data into your organization account from the following sources:
|
||||||
|
|
||||||
|
- bitwarden (csv)
|
||||||
|
- LastPass (csv)
|
||||||
|
|
||||||
|
To import your data, log into the web vault at <https://vault.bitwarden.com> and navigate to your organization admin area. Then navigate to **Settings** → **Import Data**.
|
||||||
|
|
||||||
|
## Generic CSV Format (individual account)
|
||||||
|
|
||||||
|
You can manually condition a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file for your individual account import using the generic bitwarden format. Create a UTF-8 encoded plaintext file with the following format:
|
||||||
|
|
||||||
```
|
```
|
||||||
name,uri,username,password,notes,folder,favorite,totp
|
name,uri,username,password,notes,folder,favorite,totp
|
||||||
@@ -65,3 +74,23 @@ My Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is
|
|||||||
|
|
||||||
When importing from this format, select the **bitwarden (csv)** file format option from the dropdown menu.
|
When importing from this format, select the **bitwarden (csv)** file format option from the dropdown menu.
|
||||||
|
|
||||||
|
## Generic CSV Format (organization account)
|
||||||
|
|
||||||
|
You can manually condition a [CSV](https://en.wikipedia.org/wiki/Comma-separated_values) file for your organization account import using the generic bitwarden format. The format is almost the same as the individual account format above, however, organizations have "collections" instead of a "folder" and no "favorite". Create a UTF-8 encoded plaintext file with the following format:
|
||||||
|
|
||||||
|
```
|
||||||
|
name,uri,username,password,notes,collections,totp
|
||||||
|
```
|
||||||
|
|
||||||
|
The above header must be the first line in the file. An example file may look like the following:
|
||||||
|
|
||||||
|
```
|
||||||
|
name,uri,username,password,notes,collections,totp
|
||||||
|
Twitter,https://twitter.com,hello@bitwarden.com,password123,,"Social,Marketing",
|
||||||
|
EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,TOTPSEED123
|
||||||
|
Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,"Finance",
|
||||||
|
```
|
||||||
|
|
||||||
|
[{% icon fa-download %} Download example](/files/bitwarden_export_org.csv)
|
||||||
|
|
||||||
|
When importing from this format, select the **bitwarden (csv)** file format option from the dropdown menu.
|
||||||
|
|||||||
4
files/bitwarden_export_org.csv
Normal file
4
files/bitwarden_export_org.csv
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
name,uri,username,password,notes,collections,totp
|
||||||
|
Twitter,https://twitter.com,hello@bitwarden.com,password123,,"Social,Marketing",
|
||||||
|
EVGA,https://www.evga.com/support/login.asp,hello@bitwarden.com,fakepassword,,,TOTPSEED123
|
||||||
|
Bank,https://www.wellsfargo.com/home.jhtml,john.smith,password123,Bank PIN is 1234,"Finance",
|
||||||
|
Reference in New Issue
Block a user