@@ -94,7 +94,8 @@ The following example shows the response.
94
94
HTTP/1.1 200 OK
95
95
Content-Type: application/json
96
96
97
- {
97
+ {
98
+ "@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
98
99
"recipientType": "user",
99
100
"id": "c4af6f9d-37f6-43f9-9e17-601544234146",
100
101
"displayName": "User3",
@@ -135,6 +136,7 @@ HTTP/1.1 200 OK
135
136
Content-Type: application/json
136
137
137
138
{
139
+ "@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
138
140
"recipientType": "roleGroup",
139
141
"id": "b9fb4f22-5f90-47a0-b309-44fe96a959fd",
140
142
"displayName": "Security Administrator",
@@ -176,6 +178,7 @@ HTTP/1.1 200 OK
176
178
Content-Type: application/json
177
179
178
180
{
181
+ "@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
179
182
"recipientType": "user",
180
183
"id": "c4af6f9d-37f6-43f9-9e17-601544234146",
181
184
"displayName": "User3",
@@ -216,6 +219,7 @@ HTTP/1.1 200 OK
216
219
Content-Type: application/json
217
220
218
221
{
222
+ "@odata.type": "microsoft.graph.security.ediscoveryCaseMember",
219
223
"recipientType": "roleGroup",
220
224
"id": "b9fb4f22-5f90-47a0-b309-44fe96a959fd",
221
225
"displayName": "Security Administrator",
0 commit comments