Skip to content

Commit e6a8f7e

Browse files
authored
Edits
1 parent 596a144 commit e6a8f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,11 @@ 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 through Microsoft Graph
91+
## Configure group settings using Microsoft Graph
9292

93-
To configure the _Users can create security groups in Azure portals, API or PowerShell_ setting through Microsoft Graph, configure the **EnableGroupCreation** object through the groupSettings APIs. For more information, see [Overview of group settings](/graph/group-directory-settings).
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).
9494

95-
To configure the _Users can create security groups in Azure portals, API or PowerShell_ setting through Microsoft Graph, update the **allowedToCreateSecurityGroups** property of **defaultUserRolePermissions** in the [authorizationPolicy](/graph/api/resources/authorizationpolicy).
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.
9696

9797
## Next steps
9898

0 commit comments

Comments
 (0)