Skip to content

Commit 6ca9b40

Browse files
Merge pull request #237796 from FaithOmbongi/patch-4
Group settings: cross-link to MS Graph
2 parents acf5afa + e6a8f7e commit 6ca9b40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

articles/active-directory/enterprise-users/groups-self-service-management.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ Here are some additional details about these group settings.
8888
- If you want to enable some, but not all, of your users to create groups, you can assign those users a role that can create groups, such as [Groups Administrator](../roles/permissions-reference.md#groups-administrator).
8989
- These settings are for users and don't impact service principals. For example, if you have a service principal with permissions to create groups, even if you set these settings to **No**, the service principal will still be able to create groups.
9090

91+
## Configure group settings using Microsoft Graph
92+
93+
To configure the _Users can create security groups in Azure portals, API or PowerShell_ setting using Microsoft Graph, configure the **EnableGroupCreation** object in the groupSettings object. For more information, see [Overview of group settings](/graph/group-directory-settings).
94+
95+
To configure the _Users can create security groups in Azure portals, API or PowerShell_ setting using Microsoft Graph, update the **allowedToCreateSecurityGroups** property of **defaultUserRolePermissions** in the [authorizationPolicy](/graph/api/resources/authorizationpolicy) object.
96+
9197
## Next steps
9298

9399
These articles provide additional information on Azure Active Directory.

0 commit comments

Comments
 (0)