Skip to content

Commit 3ed2042

Browse files
Merge pull request #13417 from MicrosoftDocs/main
Auto Publish – main to live - 2026-06-05 22:30 UTC
2 parents fd29cd9 + 378f8b2 commit 3ed2042

5 files changed

Lines changed: 128 additions & 131 deletions

File tree

docs/fundamentals/concept-learn-about-groups.md

Lines changed: 55 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,26 @@
11
---
2-
title: Learn about groups, group membership, and access
3-
description: Learn about Microsoft Entra groups, including how they work, what they can access, and how membership and access is assigned.
2+
title: Learn About Groups, Group Membership, and Access
3+
description: Learn about Microsoft Entra groups, including how they work, what they can access, and how membership and access are assigned.
44
author: shlipsey3
5-
65
ms.topic: concept-article
7-
ms.date: 02/12/2025
6+
ms.date: 05/27/2026
87
ms.author: sarahlipsey
98
ms.reviewer: krbain
109
#Customer Intent: As an IT admin, I want to learn about groups and group membership so that I can manage access to resources effectively.
1110
---
1211

13-
# Learn about group types, membership types, and access management
12+
# Learn about group types, membership types, and access management
1413

1514
Microsoft Entra ID provides several ways to manage access to resources, applications, and tasks. With Microsoft Entra groups, you can grant access and permissions to a group of users instead of to each individual user. Limiting access to Microsoft Entra resources to only those users who need access is one of the core security principles of [Zero Trust](/security/zero-trust/zero-trust-overview).
1615

1716
This article provides an overview of how groups and access rights can be used together to make managing your Microsoft Entra users easier, while also applying security best practices.
1817

1918
> [!NOTE]
20-
> **Some groups can't be managed in the Azure portal or Microsoft Entra admin center.**
21-
>
19+
> **You can't manage some groups in the Azure portal or Microsoft Entra admin center.**
20+
>
2221
> - Groups synced from on-premises Active Directory can only be managed on-premises.
2322
> - Distribution lists and mail-enabled security groups can only be managed in the [Exchange admin center](https://admin.cloud.microsoft/exchange#/groups) or the [Microsoft 365 admin center](https://admin.microsoft.com/Adminportal/Home?#/groups). You must sign in and have the appropriate permissions for that admin center to manage those groups.
2423
25-
2624
## Microsoft Entra groups overview
2725

2826
Effective use of groups can reduce manual tasks, such assigning roles and permissions to individual users. You can assign roles to a group and assign members to a group based on their job function or department. You can create a Conditional Access policy that applies to a group, and then assign the policy to the group. Because of the potential uses for groups, it's important to understand how they work and how they're managed.
@@ -31,31 +29,31 @@ Effective use of groups can reduce manual tasks, such assigning roles and permis
3129

3230
You can manage two types of groups in the Microsoft Entra admin center:
3331

34-
- **Security groups:** Used to manage access to shared resources.
35-
- Members of a security group can include users, devices, [service principals](../architecture/service-accounts-principal.md).
36-
- Groups can be members of other groups, sometimes known as nested groups. *See note.*
37-
- Users and service principals can be the owner of a security group.
32+
- **Security groups**: Used to manage access to shared resources.
33+
- Members of a security group can include users, devices, [service principals](../architecture/service-accounts-principal.md).
34+
- Groups can be members of other groups, sometimes known as nested groups. *See note.*
35+
- Users and service principals can be the owner of a security group.
3836

39-
- **Microsoft 365 groups:** Provide collaboration opportunities.
40-
- Members of a Microsoft 365 group can only include users.
41-
- Users and service principals can be the owner of a Microsoft 365 group.
42-
- People outside of your organization can be members of a group.
43-
- For more information, see [Learn about Microsoft 365 Groups](https://support.office.com/article/learn-about-office-365-groups-b565caa1-5c40-40ef-9915-60fdb2d97fa2).
37+
- **Microsoft 365 groups**: Provide collaboration opportunities.
38+
- Members of a Microsoft 365 group can only include users.
39+
- Users and service principals can own a Microsoft 365 group.
40+
- People outside of your organization can be members of a group.
41+
- For more information, see [Learn about Microsoft 365 Groups](https://support.office.com/article/learn-about-office-365-groups-b565caa1-5c40-40ef-9915-60fdb2d97fa2).
4442

4543
> [!NOTE]
4644
> When nesting an existing security group to another security group, only members in the parent group have access to shared resources and applications. For more info about managing nested groups, see [How to manage groups](how-to-manage-groups.yml#add-a-group-to-another-group).
4745
48-
4946
### Membership types
5047

51-
- **Assigned groups:** Lets you add specific users as members of a group and have unique permissions.
52-
- **Dynamic membership group for users:** Lets you use rules to automatically add and remove users as members. If a member's attributes change, the system looks at your rules for dynamic membership groups for the directory. The system checks to see whether the member meets the rule requirements (is added), or no longer meets the rules requirements (is removed).
53-
- **Dynamic membership group for devices:** Lets you use rules to automatically add and remove devices as members. If a device's attributes change, the system looks at your rules for dynamic membership groups for the directory to see whether the device meets the rule requirements (is added) or no longer meets the rules requirements (is removed).
48+
- **Assigned groups**: Lets you add specific users as members of a group and have unique permissions.
49+
- **Dynamic membership group for users**: Lets you use rules to automatically add and remove users as members. If a member's attributes change, the system looks at your rules for dynamic membership groups for the directory. The system checks to see whether the member meets the rule requirements (is added), or no longer meets the rules requirements (is removed).
50+
- **Dynamic membership group for devices**: Lets you use rules to automatically add and remove devices as members. If a device's attributes change, the system looks at your rules for dynamic membership groups for the directory to see whether the device meets the rule requirements (is added) or no longer meets the rules requirements (is removed).
5451

5552
> [!IMPORTANT]
5653
> You can create a dynamic group for either devices or users, but not for both. You can't create a device group based on the device owners' attributes. Device membership rules can only reference device attributions. For more information, see [Create a dynamic group](../identity/users/groups-create-rule.md).
5754
5855
## Access management
56+
5957
<a name='how-access-management-in-azure-ad-works'></a>
6058

6159
Microsoft Entra ID helps you give access to your organization's resources by providing access rights to a single user or a group. Using groups lets the resource owner or Microsoft Entra directory owner assign a set of access permissions to all members of the group. The resource or directory owner can also grant group management rights to someone such as a department manager or a help desk administrator, which allows that person to add and remove members. For more information about how to manage group owners, see the [Manage groups](how-to-manage-groups.yml) article.
@@ -64,56 +62,56 @@ The resources that Microsoft Entra groups can manage access to can be:
6462

6563
- Part of your Microsoft Entra organization, such as permissions to manage users, applications, billing, and other objects.
6664
- External to your organization, such as non-Microsoft Software as a Service (SaaS) apps.
67-
- Azure services
68-
- SharePoint sites
69-
- On-premises resources
65+
- Azure services.
66+
- SharePoint sites.
67+
- On-premises resources.
7068

7169
Each application, resource, and service that requires access permissions needs to be managed separately because the permissions for one might not be the same as another. Grant access using the [principle of least privilege](~/identity-platform/secure-least-privileged-access.md) to help reduce the risk of attack or a security breach.
7270

7371
### Assignment types
7472

7573
After creating a group, you need to decide how to manage its access.
7674

77-
- **Direct assignment.** The resource owner directly assigns the user to the resource.
75+
- **Direct assignment**: The resource owner directly assigns the user to the resource.
7876

79-
- **Group assignment.** The resource owner assigns a Microsoft Entra group to the resource, which automatically gives all of the group members access to the resource. Both the group owner and the resource owner manage group membership, letting either owner add or remove members from the group. For more information about managing group membership, see the [Managed groups](how-to-manage-groups.yml) article.
77+
- **Group assignment.** The resource owner assigns a Microsoft Entra group to the resource, which automatically gives all of the group members access to the resource. Both the group owner and the resource owner manage group membership, letting either owner add or remove members from the group. For more information about managing group membership, see the [Managed groups](how-to-manage-groups.yml) article.
8078

81-
- **Rule-based assignment.** The resource owner creates a group and uses a rule to define which users are assigned to a specific resource. The rule is based on attributes that are assigned to individual users. The resource owner manages the rule, determining which attributes and values are required to allow access the resource. For more information, see [Create a dynamic group](..//identity/users/groups-create-rule.md).
79+
- **Rule-based assignment**: The resource owner creates a group and uses a rule to define which users are assigned to a specific resource. The rule is based on attributes that are assigned to individual users. The resource owner manages the rule, determining which attributes and values are required to allow access the resource. For more information, see [Create a dynamic group](..//identity/users/groups-create-rule.md).
8280

83-
- **External authority assignment.** Access comes from an external source, such as an on-premises directory or a SaaS app. In this situation, the resource owner assigns a group to provide access to the resource and then the external source manages the group members.
81+
- **External authority assignment**: Access comes from an external source, such as an on-premises directory or a SaaS app. In this situation, the resource owner assigns a group to provide access to the resource and then the external source manages the group members.
8482

85-
## Best practices for managing groups in the cloud
83+
## Best practices to manage groups in the cloud
8684

8785
The following are best practices for managing groups in the cloud:
8886

89-
- **Enable self-service group management:** Allow users to search for and join groups or create and manage their own Microsoft 365 groups.
90-
- Empowers teams to organize themselves while reducing the administrative burden on IT.
91-
- Apply a **group naming policy** to block the use of restricted words and ensure consistency.
92-
- Prevent inactive groups from lingering by enabling group expiration policies, which automatically deletes unused groups after a specified period, unless renewed by a group owner.
93-
- Configure groups to automatically accept all users that join or require approval.
94-
- For more information, see [Set up self-service group management in Microsoft Entra ID](../identity/users/groups-self-service-management.md).
95-
- **Leverage sensitivity labels:** Use sensitivity labels to classify and govern Microsoft 365 groups based on their security and compliance needs.
96-
- Provides fine-grained access controls and ensures that sensitive resources are protected.
97-
- For more information, see [Assign sensitivity labels to Microsoft 365 groups in Microsoft Entra ID](../identity/users/groups-assign-sensitivity-labels.md)
98-
- **Automate membership with dynamic groups:** Implement dynamic membership rules to automatically add or remove users and devices from groups based on attributes like department, location, or job title.
99-
- Minimizes manual updates and reduces the risk of lingering access.
100-
- This feature applies to Microsoft 365 groups and Security Groups.
101-
- **Conduct Periodic Access Reviews:** Use Microsoft Entra Identity Governance capabilities to schedule regular access reviews.
102-
- Ensures that membership in assigned groups remains accurate and relevant over time.
103-
- For more information, see [Create or update a dynamic membership group in Microsoft Entra ID](../identity/users/groups-create-rule.md)
104-
- **Manage membership with access packages:** Create access packages with Microsoft Entra Identity Governance to streamline the management of multiple group memberships. Access packages can:
105-
- Include approval workflows for membership
106-
- Define criteria for access expiration
107-
- Provide a centralized way to grant, review, and revoke access across groups and applications
108-
- For more information, see [Create an access package in entitlement management](../id-governance/entitlement-management-access-package-create.md)
109-
- **Assign multiple group owners:** Assign at least two owners to a group to ensure continuity and reduce dependencies on a single individual.
110-
- For more information, see [Manage Microsoft Entra groups and group membership](how-to-manage-groups.yml)
111-
- **Use group-based licensing:** Group-based licensing simplifies user provisioning and ensures consistent license assignments.
112-
- Use dynamic membership groups to automatically manage licensing for users meeting specific criteria.
113-
- For more information, see [What is group-based licensing in Microsoft Entra ID?](concept-group-based-licensing.md)
114-
- **Enforce Role Based Access Controls (RBAC):** Assign roles to control who can manage groups.
115-
- RBAC reduces the risk of privilege misuse and simplifies group management.
116-
- For more information, see [Overview of role-based access control in Microsoft Entra ID](../identity/role-based-access-control/custom-overview.md)
87+
- **Enable self-service group management**: Allow users to search for and join groups or create and manage their own Microsoft 365 groups.
88+
- Empowers teams to organize themselves while reducing the administrative burden on IT.
89+
- Apply a *group naming policy* to block the use of restricted words and ensure consistency.
90+
- Prevent inactive groups from lingering by enabling group expiration policies, which automatically deletes unused groups after a specified period, unless renewed by a group owner.
91+
- Configure groups to automatically accept all users that join or require approval.
92+
- For more information, see [Set up self-service group management in Microsoft Entra ID](../identity/users/groups-self-service-management.md).
93+
- **Leverage sensitivity labels**: Use sensitivity labels to classify and govern Microsoft 365 groups based on their security and compliance needs.
94+
- Provides fine-grained access controls and ensures that sensitive resources are protected.
95+
- For more information, see [Assign sensitivity labels to Microsoft 365 groups in Microsoft Entra ID](../identity/users/groups-assign-sensitivity-labels.md)
96+
- **Automate membership with dynamic groups**: Implement dynamic membership rules to automatically add or remove users and devices from groups based on attributes like department, location, or job title.
97+
- Minimizes manual updates and reduces the risk of lingering access.
98+
- This feature applies to Microsoft 365 groups and Security Groups.
99+
- **Conduct Periodic Access Reviews**: Use Microsoft Entra Identity Governance capabilities to schedule regular access reviews.
100+
- Ensures that membership in assigned groups remains accurate and relevant over time.
101+
- For more information, see [Create or update a dynamic membership group in Microsoft Entra ID](../identity/users/groups-create-rule.md)
102+
- **Manage membership with access packages**: Create access packages with Microsoft Entra Identity Governance to streamline the management of multiple group memberships. Access packages can:
103+
- Include approval workflows for membership
104+
- Define criteria for access expiration
105+
- Provide a centralized way to grant, review, and revoke access across groups and applications
106+
- For more information, see [Create an access package in entitlement management](../id-governance/entitlement-management-access-package-create.md)
107+
- **Assign multiple group owners**: Assign at least two owners to a group to ensure continuity and reduce dependencies on a single individual.
108+
- For more information, see [Manage Microsoft Entra groups and group membership](how-to-manage-groups.yml)
109+
- **Use group-based licensing**: Group-based licensing simplifies user provisioning and ensures consistent license assignments.
110+
- Use dynamic membership groups to automatically manage licensing for users meeting specific criteria.
111+
- For more information, see [What is group-based licensing in Microsoft Entra ID?](concept-group-based-licensing.md)
112+
- **Enforce Role Based Access Controls (RBAC)**: Assign roles to control who can manage groups.
113+
- RBAC reduces the risk of privilege misuse and simplifies group management.
114+
- For more information, see [Overview of role-based access control in Microsoft Entra ID](../identity/role-based-access-control/custom-overview.md)
117115

118116
## Related content
119117

0 commit comments

Comments
 (0)