Skip to content

Commit a08682d

Browse files
committed
Merge branch 'users/arevers/CaseMemberCRUDDocumentation' of github.com:microsoftgraph/microsoft-graph-docs into users/arevers/CaseMemberCRUDDocumentation
2 parents 5ef87a3 + cee3689 commit a08682d

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

api-reference/beta/api/security-ediscoverycasemember-post.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,7 @@ Content-Type: application/json
144144
}
145145
```
146146

147-
<<<<<<< HEAD
148-
### Example 3: Add a case member of type **user** using **ID**
149-
=======
150147
### Example 3: Add a case member of type **user** using **ID*
151-
>>>>>>> 76f68beeaedac3b7e87a7e2e938ce27916af031d
152148
#### Request
153149

154150
The following example shows a request.
@@ -190,7 +186,7 @@ Content-Type: application/json
190186
}
191187
```
192188

193-
### Example 4: Add a case member of type **roleGroup** using **ID**.
189+
### Example 4: Add a case member of type **roleGroup** using **ID**
194190
#### Request
195191

196192
The following example shows a request.

api-reference/beta/resources/security-ediscoverycasemember.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Namespace: microsoft.graph.security
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Represents an eDiscovery case member. In the context of eDiscovery, case members are granted access to an [ediscoveryCase](../resources/security-ediscoverycase.md) and its data. These cases are accessible to case members via the eDiscovery UX portal or through the eDiscovery Case Graph APIs. Case members can be one of two types: a user or a role group. For more information, see [Add or remove members from an eDiscovery (Premium) case](/purview/ediscovery-add-or-remove-members-from-a-case).
17+
Represents an eDiscovery case member. In the context of eDiscovery, case members are granted access to an [ediscoveryCase](../resources/security-ediscoverycase.md) and its data. These cases are accessible to case members via the eDiscovery UX portal or through the eDiscovery case Microsoft Graph APIs. Case members can be one of two types: a user or a role group. For more information, see [Add or remove members from an eDiscovery (premium) case](/purview/ediscovery-add-or-remove-members-from-a-case).
1818

1919
Inherits from [microsoft.graph.entity](../resources/entity.md).
2020

api-reference/beta/toc/security/toc.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,16 @@ items:
492492
href: ../../api/security-ediscoverycase-delete-tags.md
493493
- name: List tags as hierarchy
494494
href: ../../api/security-ediscoveryreviewtag-ashierarchy.md
495+
- name: eDiscovery case member
496+
items:
497+
- name: eDiscovery case member
498+
href: ../../resources/security-ediscoverycasemember.md
499+
- name: List
500+
href: ../../api/security-ediscoverycasemember-list.md
501+
- name: Add
502+
href: ../../api/security-ediscoverycasemember-post.md
503+
- name: Remove
504+
href: ../../api/security-ediscoverycasemember-delete.md
495505
- name: Email and collaboration protection
496506
items:
497507
- name: Analyzed email

changelog/Microsoft.Security.Ediscovery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@
10601060
"Id": "57d579aa-e443-4c32-9642-1b3af73a58df",
10611061
"Cloud": "Prod",
10621062
"Version": "beta",
1063-
"CreatedDateTime": "2025-02-19T18:48:10.5721975Z",
1063+
"CreatedDateTime": "2025-02-20T18:48:10.5721975Z",
10641064
"WorkloadArea": "Security",
10651065
"SubArea": "eDiscovery"
10661066
}

0 commit comments

Comments
 (0)