# 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/fr-fr/help/collection-permissions/) can export item data from collections for which they have that permission by following [this process](https://bitwarden.com/fr-fr/help/export-your-data/).
- Organization [admins, owners, and custom users with the correct permissions](https://bitwarden.com/fr-fr/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/fr-fr/help/policies/#centralize-organization-ownership/) cannot export organization members' [My Items](https://bitwarden.com/fr-fr/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/fr-fr/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/fr-fr/help/storing-passkeys/) and [SSH keys](https://bitwarden.com/fr-fr/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).

### Application web

Pour exporter les données de votre organisation depuis l'application web :

1. Ouvrez la console Admin en utilisant le sélecteur de produit ([filter]):

![Sélecteur de produit](https://bitwarden.com/assets/2uxBDdQa6lu0IgIEfcwMPP/e3de3361749b6496155e25edcfdcf08b/2024-12-02_11-19-56.png)
2. Sélectionnez **Exporter** → **Exporter le coffre** depuis la navigation:

![Exporter le coffre de l'organisation](https://bitwarden.com/assets/2UQyeVwsMcc1f7vcJOnnUO/92b2bb7eee6bcf9e183f9b039aec5d33/2025-12-17_11-08-49.png)
3. Sur la page d'exportation du coffre, choisissez un **format de fichier** (`.json`, `.csv`, ou `.json (Crypté)`) et sélectionnez le bouton **Confirmer le format**.
4. Entrez votre mot de passe principal et sélectionnez le bouton **Exporter le coffre**.

> [!NOTE] Exported Org data event
> L'exportation des données du coffre de l'organisation sera capturée par les journaux d'événements. [En savoir plus](https://bitwarden.com/fr-fr/help/event-logs/).

### CLI

Pour exporter les données de votre organisation depuis le CLI, utilisez la commande `exporter` avec l'option `--organizationid`.

Par défaut, `exporter` exportera votre coffre sous forme de `.csv` et enregistrera le fichier dans le répertoire de travail, cependant ce comportement peut être modifié en utilisant des options :

```
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
> Si vous ne connaissez pas la valeur de votre `organisationid` par cœur, vous pouvez y accéder à la ligne de commande en utilisant `bw list organisations`.

Pour plus de détails, consultez notre [documentation CLI](https://bitwarden.com/fr-fr/help/cli/).

> [!NOTE] Exported Org data event
> L'exportation des données du coffre de l'organisation sera capturée par les journaux d'événements. [En savoir plus](https://bitwarden.com/fr-fr/help/event-logs/).