1
0
mirror of https://github.com/bitwarden/help synced 2025-12-23 19:53:43 +00:00
Files
help/_articles/organizations/sharing.md
2021-09-08 17:57:19 -06:00

4.9 KiB

layout, title, categories, featured, popular, hidden, tags, order, redirect_from
layout title categories featured popular hidden tags order redirect_from
article Sharing
organizations
false false false
sharing
how to
04
/share-to-a-collection/

{% callout info %} In order to share items you need to be a member of an Organization. Learn more about Organizations or learn how to start your own two-person Organization. {% endcallout %}

Sharing items with Bitwarden means moving them into an Organization and Collection, a structure used to gather together Logins, Notes, Cards, and Identities for access by multiple users. There are a few different ways you can create Organization items for sharing:

Move an Item to an Organization

Organization members can move items to any assigned Collection(s) unless they're given Read Only access to that Collection. Items can only be moved to Organizations from the Web Vault:

  1. Hover over the item you want to share and select the {% icon fa-cog %} gear dropdown:

    {% image /organizations/share-from-vault-overlay.png Select the gear dropdown %}

  2. From the dropdown, select the {% icon fa-arrow-circle-o-right %} Move to Organization option.

  3. On the Move to Organization screen:

    • Choose the Organization to share this item with.
    • Select one or more Collections to share this item into. You must select at least one Collection.
  4. Click Save to finishing moving this item for sharing.

Moving an item to an Organization will transfer ownership to the Organization. This means that anyone with permission can alter the item or delete it, which would remove it from your Vault as well. You can tell that an item is shared when it has the {% icon fa-cube %} Shared icon next to its name:

{% image /organizations/collection-shared-item.png Shared Item icon %}

Create an Organization Item

Organization members can create new items directly for any assigned Collection(s) unless they're given Read Only access to that Collection. Shared items can only be created from the Web Vault, either in your My Vault view or in the Organization view:

{% capture personal %}

From the My Vault view

To create a new shared item:

  1. On the {% icon fa-lock %} My Vault page, select the {% icon fa-plus %} Add Item button.
  2. Fill in all the relevant information for the new Vault item.
  3. In the Ownership section at the bottom of the Add Item panel, choose the Organization you want to share this item with.
  4. Select one or more Collections to share this item into. You must select at least one Collection.
  5. Select the Save button to finishing creating the shared item.

Creating a shared item will set ownership to the Organization. This means that anyone with permission can alter the item or delete it, which would remove it from your Vault as well. You can tell that an item is shared when it has the {% icon fa-cube %} Shared icon next to its name:

{% image /organizations/collection-shared-item.png Shared Item icon %}

{% endcapture %} {{ personal | markdownify }}

{% capture organization %}

From the Organization view

To create a new shared item:

  1. On your Organization's {% icon fa-lock %} Vault tab, select the {% icon fa-plus %} Add Item button.
  2. Fill in all the relevant information for the new Vault item.
  3. The Ownership of the item is automatically set to the Organization when you use this method, so all you need to do is select one or more Collections to share this item into. You must select at least one Collection.
  4. Select the Save button to finishing creating the shared item.

Creating a shared item or sharing an item will set ownership to the Organization. This means that anyone with permission can alter the item or delete it, which would remove it from your Vault as well. You can tell that an item is shared when it has the {% icon fa-cube %} Shared icon next to its name:

{% image /organizations/collection-shared-item.png Shared Item icon %}

{% endcapture %} {{ organization | markdownify }}