You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Assign Azure AD roles with administrative unit scope
20
20
21
-
In Azure Active Directory (Azure AD), for more granular administrative control, you can assign an Azure AD role with a scope that's limited to one or more administrative units.
21
+
In Azure Active Directory (Azure AD), for more granular administrative control, you can assign an Azure AD role with a scope that's limited to one or more administrative units. When an Azure AD role is assigned at the scope of an administrative unit, role permissions apply only when managing members of the administrative unit itself, and do not apply to tenant-wide settings or configurations.
22
+
23
+
For example, an administrator who is assigned the Groups Administrator role at the scope of an administrative unit can manage groups that are members of the administrative unit, but they cannot manage other groups in the tenant. They also cannot manage tenant-level settings related to groups, such as expiration or group naming policies.
24
+
25
+
This article describes how to assign Azure AD roles with administrative unit scope.
22
26
23
27
## Prerequisites
24
28
@@ -37,17 +41,15 @@ The following Azure AD roles can be assigned with administrative unit scope:
37
41
| Role | Description |
38
42
| -----| ----------- |
39
43
|[Authentication Administrator](permissions-reference.md#authentication-administrator)| Has access to view, set, and reset authentication method information for any non-admin user in the assigned administrative unit only. |
40
-
|[Groups Administrator](permissions-reference.md#groups-administrator)| Can manage all aspects of groups and groups settings, such as naming and expiration policies, in the assigned administrative unit only. |
44
+
|[Groups Administrator](permissions-reference.md#groups-administrator)| Can manage all aspects of groups in the assigned administrative unit only. |
41
45
|[Helpdesk Administrator](permissions-reference.md#helpdesk-administrator)| Can reset passwords for non-administrators in the assigned administrative unit only. |
42
46
|[License Administrator](permissions-reference.md#license-administrator)| Can assign, remove, and update license assignments within the administrative unit only. |
43
47
|[Password Administrator](permissions-reference.md#password-administrator)| Can reset passwords for non-administrators within the assigned administrative unit only. |
44
-
|[SharePoint Administrator](permissions-reference.md#sharepoint-administrator)* | Can manage all aspects of the SharePoint service. |
45
-
|[Teams Administrator](permissions-reference.md#teams-administrator)* | Can manage the Microsoft Teams service. |
48
+
|[SharePoint Administrator](permissions-reference.md#sharepoint-administrator)| Can manage Microsoft 365 groups in the assigned administrative unit only. For SharePoint sites associated with Microsoft 365 groups in an administrative unit, can also update site properties (site name, URL, and external sharing policy) using the Microsoft 365 admin center. Cannot use the SharePoint admin center or SharePoint APIs to manage sites. |
49
+
|[Teams Administrator](permissions-reference.md#teams-administrator)| Can manage Microsoft 365 groups in the assigned administrative unit only. Can manage team members in the Microsoft 365 admin center for teams associated with groups in the assigned administrative unit only. Cannot use the Teams admin center. |
46
50
|[Teams Devices Administrator](permissions-reference.md#teams-devices-administrator)| Can perform management related tasks on Teams certified devices. |
47
51
|[User Administrator](permissions-reference.md#user-administrator)| Can manage all aspects of users and groups, including resetting passwords for limited admins within the assigned administrative unit only. |
48
52
49
-
(*) The SharePoint Administrator and Teams Administrator roles can only be used for managing properties in the Microsoft 365 admin center. Teams admin center and SharePoint admin center currently do not support administrative unit-scoped administration.
50
-
51
53
Certain role permissions apply only to non-administrator users when assigned with the scope of an administrative unit. In other words, administrative unit scoped [Helpdesk Administrators](permissions-reference.md#helpdesk-administrator) can reset passwords for users in the administrative unit only if those users do not have administrator roles. The following list of permissions are restricted when the target of an action is another administrator:
52
54
53
55
- Read and modify user authentication methods, or reset user passwords
0 commit comments