Skip to content

Commit d31f684

Browse files
authored
Apply suggestions from PR review
1 parent 38de8dc commit d31f684

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/active-directory/enterprise-users/groups-write-back-portal.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,13 @@ CloudGroup1 True
7474
CloudGroup2 True
7575
```
7676

77-
## Reading the Writeback configuration using Graph Explorer
77+
## Read the Writeback configuration using Graph Explorer
7878

79-
Open [Microsoft Graph Explorer](https://developer.microsoft.com/en-us/graph/graph-explorer) and use the following endpoint ```https://graph.microsoft.com/beta/groups/{Group_ID}```.
79+
Open [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-explorer) and use the following endpoint ```https://graph.microsoft.com/beta/groups/{Group_ID}```.
80+
81+
Replace the Group_ID with a cloud group id, and then click on Run query.
82+
In the **Response Preview**, scroll to the end to see the part of the JSON file.
8083

81-
Replace the Group_ID with a cloud group id, the click on Run query.
82-
In the **Response Preview** scroll to the end to see the part of the JSON file
8384
```JSON
8485
"writebackConfiguration": {
8586
"isEnabled": true,
@@ -88,5 +89,5 @@ In the **Response Preview** scroll to the end to see the part of the JSON file
8889
## Next steps
8990

9091
- Check out the groups REST API documentation for the [preview writeback property on the settings template](/graph/api/resources/group?view=graph-rest-beta&preserve-view=true).
91-
- For more about group writeback operations, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback.md)
92-
- For more information about the writebackConfiguration resource, read [writebackConfiguration resource type](https://docs.microsoft.com/en-us/graph/api/resources/writebackconfiguration?view=graph-rest-beta)
92+
- For more about group writeback operations, see [Azure AD Connect group writeback](../hybrid/how-to-connect-group-writeback.md).
93+
- For more information about the writebackConfiguration resource, read [writebackConfiguration resource type](/graph/api/resources/writebackconfiguration?view=graph-rest-beta).

0 commit comments

Comments
 (0)