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
Copy file name to clipboardExpand all lines: articles/active-directory/roles/custom-user-permissions.md
+58-13Lines changed: 58 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,11 +23,16 @@ ms.custom: it-pro
23
23
User management permissions can be used in custom role definitions in Azure Active Directory (Azure AD) to grant fine-grained access such as the following:
24
24
25
25
- Read or update basic properties of users
26
-
- Read or update other properties of users
27
-
- Read or update employee and job information of users
26
+
- Read or update identity of users
27
+
- Read or update job information of users
28
+
- Update contact information of users
29
+
- Update parental controls of users
30
+
- Update settings of users
31
+
- Read direct reports of users
32
+
- Update extension properties of users
28
33
- Read device information of users
29
34
- Read or manage licenses of users
30
-
- Update policy information of users
35
+
- Update password policies of users
31
36
- Read assignments and memberships of users
32
37
33
38
This article lists the permissions you can use in your custom roles for different user management scenarios. For information about how to create custom roles, see [Create and assign a custom role](custom-create.md).
@@ -46,31 +51,72 @@ The following permissions are available to read or update basic properties of us
46
51
> | microsoft.directory/users/standard/read | Read basic properties on users. |
47
52
> | microsoft.directory/users/basic/update | Update basic properties on users. |
48
53
49
-
## Read or update other properties of users
54
+
## Read or update identity of users
50
55
51
-
The following permissions are available to read or update other properties of users.
56
+
The following permissions are available to read or update identity of users.
52
57
53
58
> [!div class="mx-tableFixed"]
54
59
> | Permission | Description |
55
60
> | ---------- | ----------- |
56
-
> | microsoft.directory/users/contactInfo/update | Update the contact info properties of users, such as address, phone, and email. |
57
-
> | microsoft.directory/users/extensionProperties/update | Update extension properties of users. |
58
61
> | microsoft.directory/users/identities/read | Read identities of users. |
59
62
> | microsoft.directory/users/identities/update | Update the identity properties of users, such as name, user principal name, and object ID. |
60
63
61
-
## Read or update employee and job information of users
64
+
## Read or update job information of users
62
65
63
-
The following permissions are available to read or update employee and job information of users.
66
+
The following permissions are available to read or update job information of users.
64
67
65
68
> [!div class="mx-tableFixed"]
66
69
> | Permission | Description |
67
70
> | ---------- | ----------- |
68
71
> | microsoft.directory/users/manager/read | Read manager of users. |
69
72
> | microsoft.directory/users/manager/update | Update manager for users. |
70
-
> | microsoft.directory/users/directReports/read | Read the direct reports for users. |
71
73
> | microsoft.directory/users/jobInfo/update | Update the job info properties of users, such as job title, department, and company name. |
74
+
75
+
## Update contact information of users
76
+
77
+
The following permissions are available to update contact information of users.
78
+
79
+
> [!div class="mx-tableFixed"]
80
+
> | Permission | Description |
81
+
> | ---------- | ----------- |
82
+
> | microsoft.directory/users/contactInfo/update | Update the contact info properties of users, such as address, phone, and email. |
83
+
84
+
## Update parental controls of users
85
+
86
+
The following permissions are available to update parental controls of users.
87
+
88
+
> [!div class="mx-tableFixed"]
89
+
> | Permission | Description |
90
+
> | ---------- | ----------- |
91
+
> | microsoft.directory/users/parentalControls/update | Update parental controls of users. |
92
+
93
+
## Update settings of users
94
+
95
+
The following permissions are available to update settings of users.
96
+
97
+
> [!div class="mx-tableFixed"]
98
+
> | Permission | Description |
99
+
> | ---------- | ----------- |
72
100
> | microsoft.directory/users/usageLocation/update | Update usage location of users. |
73
101
102
+
## Read direct reports of users
103
+
104
+
The following permissions are available to read direct reports of users.
105
+
106
+
> [!div class="mx-tableFixed"]
107
+
> | Permission | Description |
108
+
> | ---------- | ----------- |
109
+
> | microsoft.directory/users/directReports/read | Read the direct reports for users. |
110
+
111
+
## Update extension properties of users
112
+
113
+
The following permissions are available to update extension properties of users.
114
+
115
+
> [!div class="mx-tableFixed"]
116
+
> | Permission | Description |
117
+
> | ---------- | ----------- |
118
+
> | microsoft.directory/users/extensionProperties/update | Update extension properties of users. |
119
+
74
120
## Read device information of users
75
121
76
122
The following permissions are available to read device information of users.
@@ -93,14 +139,13 @@ The following permissions are available to read or manage licenses of users.
93
139
> | microsoft.directory/users/assignLicense | Manage user licenses. |
94
140
> | microsoft.directory/users/reprocessLicenseAssignment | Reprocess license assignments for users. |
95
141
96
-
## Update policy information of users
142
+
## Update password policies of users
97
143
98
-
The following permissions are available to update policy information of users.
144
+
The following permissions are available to update password policies of users.
99
145
100
146
> [!div class="mx-tableFixed"]
101
147
> | Permission | Description |
102
148
> | ---------- | ----------- |
103
-
> | microsoft.directory/users/parentalControls/update | Update parental controls of users. |
0 commit comments