We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d4136 commit 405aa6cCopy full SHA for 405aa6c
articles/active-directory/enterprise-users/groups-write-back-portal.md
@@ -81,9 +81,11 @@ Open [Microsoft Graph Explorer](https://developer.microsoft.com/graph/graph-expl
81
Replace the Group_ID with a cloud group ID, and then select on Run query.
82
In the **Response Preview**, scroll to the end to see the part of the JSON file.
83
84
-```JSON
+```json
85
"writebackConfiguration": {
86
- "isEnabled": true,
+ "isEnabled": true,
87
+ ...
88
+}
89
```
90
91
## Next steps
0 commit comments