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/enterprise-users/groups-write-back-portal.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,12 +74,13 @@ CloudGroup1 True
74
74
CloudGroup2 True
75
75
```
76
76
77
-
## Reading the Writeback configuration using Graph Explorer
77
+
## Read the Writeback configuration using Graph Explorer
78
78
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.
80
83
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
83
84
```JSON
84
85
"writebackConfiguration": {
85
86
"isEnabled": true,
@@ -88,5 +89,5 @@ In the **Response Preview** scroll to the end to see the part of the JSON file
88
89
## Next steps
89
90
90
91
- 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