# Export Organization Items

For organizations, exporting data and storing it in a secure location is a great way of ensuring access to a backup. Organizations can export data from the web app and CLI. Vault data is decrypted locally by the client before export, meaning no unencrypted data is transported over the internet when you create an export. There are two ways to export organization data:

- Organization members with the [Manage collection permission](https://bitwarden.com/nl-nl/help/collection-permissions/) can export item data from collections for which they have that permission by following [this process](https://bitwarden.com/nl-nl/help/export-your-data/).
- Organization [admins, owners, and custom users with the correct permissions](https://bitwarden.com/nl-nl/help/user-types-access-control/) can export all organization item data by using this instructions in this article.
- Organizations that have enabled the [Centralize organization ownership policy](https://bitwarden.com/nl-nl/help/policies/#centralize-organization-ownership/) cannot export organization members' [My Items](https://bitwarden.com/nl-nl/help/my-items/) while the user is active in the organization.

Exports can be made in a few different formats, however Bitwarden recommends using an [encrypted .json option](https://bitwarden.com/nl-nl/help/encrypted-export/) for best security and a more complete export, as `.csv` files won't currently export cards or identities, and only `.json` exports include [stored passkeys](https://bitwarden.com/nl-nl/help/storing-passkeys/) and [SSH keys](https://bitwarden.com/nl-nl/help/ssh-agent/). For a complete list of all the items and fields included in an organizations vault export, see this ⬇️ [JSON sample](https://bitwarden.com/assets/2oQPd5ZsY1N0hph4N6pBrY/b5fc7c05ac238d71d9a1902a58559cc6/Organization_vault_export.json).

### Web-app

Om je organisatiegegevens te exporteren vanuit de webapp:

1. Open de beheerconsole met de productswitcher ([filter]):

![Productkiezer](https://bitwarden.com/assets/2uxBDdQa6lu0IgIEfcwMPP/e3de3361749b6496155e25edcfdcf08b/2024-12-02_11-19-56.png)
2. Selecteer **Exporteren** → **Exporteer kluis** in de navigatie:

![Organisatiekluis exporteren](https://bitwarden.com/assets/2UQyeVwsMcc1f7vcJOnnUO/92b2bb7eee6bcf9e183f9b039aec5d33/2025-12-17_11-08-49.png)
3. Kies op de pagina Kluis exporteren een **bestandsindeling** (`.json`, `.csv` of `.json (versleuteld)`) en selecteer de knop **Formaat bevestigen**.
4. Voer je hoofdwachtwoord in en selecteer de knop **Kluis exporteren**.

> [!NOTE] Exported Org data event
> Het exporteren van de kluisgegevens van een organisatie wordt vastgelegd in gebeurtenislogboeken. [Meer informatie](https://bitwarden.com/nl-nl/help/event-logs/).

### CLI

Om je organisatiegegevens te exporteren vanuit de CLI, gebruik je het `export` commando met de optie `--organizationid`.

Standaard `exporteert export` je kluis als een `.csv` en slaat het bestand op in de werkmap, maar dit gedrag kan worden gewijzigd met behulp van opties:

```
bw export my-master-password --organizationid 7063feab-4b10-472e-b64c-785e2b870b92 --output /users/me/documents/ --format json --session my-session-key
```

> [!TIP] Getting organizationid with bw list
> Als je de `organizationid` waarde niet direct weet, kun je deze op de commandoregel opvragen met `bw list organizations`.

Raadpleeg onze [CLI documentatie](https://bitwarden.com/nl-nl/help/cli/) voor meer informatie.

> [!NOTE] Exported Org data event
> Het exporteren van de kluisgegevens van een organisatie wordt vastgelegd in gebeurtenislogboeken. [Meer informatie](https://bitwarden.com/nl-nl/help/event-logs/).