mirror of
https://github.com/bitwarden/help
synced 2025-12-10 21:33:18 +00:00
* jekyll redirect from * Organizations rev (#262) * Organizations revisions initial commit. * API doc updates * Fix absolute link causing build failure. * Add import to org article, and downstream order changes. * Bitwarden 101 videos: 1st steps toward proliferating these throughout /help. * Added 'Create Your Account' article, which references B101 Videos. * About SSO redirect & promote importing for orgs up the list * Create Org FAQs & trim Feature FAQs accordingly. * Image for Org FAQs * Move 'About the Business Portal' to Orgs category, and re-order accordingly. * Final edits. * Dchoi/bootstrap upgrade (#264) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * Dchoi/bootstrap upgrade (#267) * bootstrap 4 upgrade and cleanup update gulp tasks * bootstrap package updates * renaming file convention * general outline of help outline * bitwarden help cleanup * article cleanup * article general styling complete * bootstrap help page upgrades * sidebar updates * toc dynamic and more updates * fix callout conditions * sidebar collapse functionality added * sidebar header toggle functionality * sidebar article fixes * Update sidebar.html Fix sidebar Release Notes link. * Update releasenotes.md Remove unnecessary category tag. * Delete release-notes.md Remove unnecessary category. * Update why-choose-bitwarden-for-your-team.md Test table image differentiation * Update why-choose-bitwarden-for-your-team.md Second image differentiation test * removed links from category breadcrumb and replaced with badges Co-authored-by: fred_the_tech_writer <69817454+fschillingeriv@users.noreply.github.com>
67 lines
2.9 KiB
Markdown
67 lines
2.9 KiB
Markdown
---
|
|
layout: article
|
|
title: Create a Group
|
|
categories: [organizations]
|
|
featured: true
|
|
popular: false
|
|
tags: [groups, how to]
|
|
order: 06
|
|
---
|
|
|
|
This article will guide you through the process of setting up your first Group. For more information about Groups, see [About Groups](https://bitwarden.com/help/article/about-groups/).
|
|
|
|
{% callout info %}
|
|
Groups are currently available to Teams Organizations and Enterprise Organizations.
|
|
{% endcallout %}
|
|
|
|
## Create a Group
|
|
|
|
Complete the following steps to create a Group:
|
|
|
|
1. Login to your [Web Vault](https://vault.bitwarden.com){:target="\_blank"} and open your Organization.
|
|
2. In your Organization, open the **Manage** tab and select **Groups** from the left menu.
|
|
3. On the **Groups** screen, select the **New Group** button.
|
|
|
|
{% image /organizations/groups-newgroup.png %}
|
|
4. On the **Add Group** screen:
|
|
- Enter a **Name** for your Group.
|
|
- Enter an **External Id** for your Group. External ids are used to link resources to external systems, like user directories.
|
|
- Set the **Access Control** configuration for your Group, including which Collections this Group should have access to. For more information, see [User Types and Access Control](https://bitwarden.com/help/article/user-types-access-control/).
|
|
|
|
Users who are added to this Group will automatically receive access according to this configuration.
|
|
5. Select **Save** to finish creating your Group.
|
|
|
|
|
|
## Assign Users to a Group
|
|
|
|
Complete the following steps to assign users to a Group:
|
|
|
|
1. Login to your [Web Vault](https://vault.bitwarden.com){:target="\_blank"} and open your Organization.
|
|
2. In your Organization, open the **Manage** tab and select **People** from the left menu.
|
|
3. Hover over the user you'd like to add to a Group and select the gear dropdown.
|
|
|
|
{% image /organizations/org-people-options-updated-overlay.png %}
|
|
4. From the dropdown, select **Groups**.
|
|
5. In the **Groups Access** panel, select the Group(s) to add this user to and **Save** your selection.
|
|
|
|
Users that are assigned to multiple Groups will be able to access items from the union of associated Collections.
|
|
|
|
### View Users in a Group
|
|
You can view which users belong to a specific Group at any time by completing the following steps:
|
|
|
|
1. In your Organization's **Manage** tab, select **Groups** from the left menu.
|
|
2. Hover over the Group you want to list users for and select the gear dropdown.
|
|
3. From the dropdown menu, select **Users**.
|
|
|
|
## Associate Groups to Collections
|
|
|
|
You can select which Collections a Group should have access to when you [Create Groups](#create-a-group), or by doing one of the following:
|
|
|
|
- Opening the Group from the **Manage** tab of your Organization, and configuring the Access Control section.
|
|
- Opening the Collection from the **Manage** tab of your Organization, and configuring the Group Access section.
|
|
|
|
### Next Steps
|
|
|
|
Now that you've created a Group, we recommend that you:
|
|
- [Invite Users to Your Organization](https://bitwarden.com/help/article/managing-users/)
|