1
0
mirror of https://github.com/bitwarden/help synced 2026-01-08 19:43:13 +00:00
Files
help/_articles/organizations/sharing.md
fred_the_tech_writer 906e2ca0dd Promote to Master (#748)
* initial commit

* adding quotes for the array error

* Create Gemfile

* Create Gemfile.lock

* add .nvmrc and .node-version

* removed /article from URL

* update links to work with netlify

* more fixed links

* link fixes

* update bad links

* Update netlify.toml

toml test for redirects

* article redirect

* link fixes

* Update index.html

* Update netlify.toml

* Update _config.yml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* Update netlify.toml

* add article back into URL for launch

* Update netlify.toml

* Update netlify.toml

* add order to categories front matter

* Update netlify.toml

* update

* sidemenu update

* Revert "sidemenu update"

This reverts commit 5441c3d35c.

* update order prop

* Navbar updates per Gary and compiler warnings

* font/style tweaks

* Update sidebar.html

* Stage Release Documentation (#739)

* initial drafts

* rewrite Custom Fields article to prioritize new context-menu option & better organize ancillary information

* edit

* edit

* Custom Field Context Menu & CAPTCHA item in release notes

* SSO relink event

* update rn

* small edits

* improve release notes titles

* fix side menu

* Edits courtest of mportune!

* update order

* link fixes

* link cleanup

* image updates and a link

* fix trailing slash

Co-authored-by: DanHillesheim <79476558+DanHillesheim@users.noreply.github.com>
2021-09-21 13:21:11 -04:00

95 lines
4.9 KiB
Markdown

---
layout: article
title: Sharing
categories: [organizations]
featured: false
popular: false
hidden: false
tags: [sharing, how to]
order: "04"
redirect_from:
- /article/share-to-a-collection/
---
{% callout info %}
In order to share items you need to be a member of an Organization. Learn more about [Organizations]({{site.baseurl}}/article/about-organizations/) or learn how to [start your own two-person Organization]({{site.baseurl}}/article/getting-started-organizations/).
{% 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]({{site.baseurl}}/article/user-types-access-control/) 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]({{site.baseurl}}/article/user-types-access-control/) to that Collection. Shared items can only be created **from the Web Vault**, either in your My Vault view or in the Organization view:
<ul class="nav nav-tabs" id="myTab" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="pertab" data-bs-toggle="tab" data-target="#personal" role="tab" aria-controls="pertab" aria-selected="true">My Vault View</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="orgtab" data-bs-toggle="tab" data-target="#organization" role="tab" aria-controls="orgtab" aria-selected="false">Organization View</a>
</li>
</ul>
<div class="tab-content" id="clientsContent">
<div class="tab-pane show active" id="personal" role="tabpanel" aria-labelledby="pertab">
{% 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 }}
</div>
<div class="tab-pane" id="organization" role="tabpanel" aria-labelledby="orgtab">
{% 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 }}
</div>
</div>