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
Add an [ediscoveryCaseMember](../resources/security-ediscoverycasemember.md) to an [ediscoveryCase](../resources/security-ediscoverycase.md). The [ediscoveryCaseMember](../resources/security-ediscoverycasemember.md) can be can be one of two types: a user or a role group.
17
+
Add an [ediscoveryCaseMember](../resources/security-ediscoverycasemember.md) to an [ediscoveryCase](../resources/security-ediscoverycase.md). The [ediscoveryCaseMember](../resources/security-ediscoverycasemember.md) can be one of two types: a user or a role group.
18
18
19
19
## Permissions
20
20
@@ -51,23 +51,23 @@ POST security/cases/ediscoveryCases/{ediscoveryCaseId}/caseMembers
51
51
|Property|Type|Description|
52
52
|:---|:---|:---|
53
53
|recipientType|microsoft.graph.security.recipientType|Specifies the recipient type of the eDiscovery case member. The possible values are: `user`, `roleGroup`, `unknownFutureValue`. Required.|
54
-
|id|String|The id of the eDiscovery case member. If not specified, then either **displayName** (for role group) or **smtpAddress** (for user) must be provided.|
55
-
|displayName|String|The display name of the eDiscovery case member. Allowed only for case members of type **roleGroup**. If not specified, then **id** must be provided. |
56
-
|smtpAddress|String|The smtp address of the eDiscovery case member. Allowed only for case members of type **user**. If not specified, then **id** must be provided. |
54
+
|ID|String|The ID of the eDiscovery case member. If not specified, then either **displayName** (for role group) or **smtpAddress** (for user) must be provided.|
55
+
|displayName|String|The display name of the eDiscovery case member. Allowed only for case members of type **roleGroup**. If not specified, then **ID** must be provided. |
56
+
|smtpAddress|String|The smtp address of the eDiscovery case member. Allowed only for case members of type **user**. If not specified, then **ID** must be provided. |
57
57
58
58
## Response
59
59
60
60
If successful, this method returns a `200 OK` response code and the added [microsoft.graph.security.ediscoveryCaseMember](../resources/security-ediscoverycasemember.md) object in the response body.
61
61
62
62
## Examples
63
63
64
-
### Example 1: Add a case member of type **user** using **smtAddress**
64
+
### Example 1: Add a case member of type **user** using **smtpAddress**
Copy file name to clipboardExpand all lines: api-reference/beta/api/security-ediscoverycasemember-list.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Don't supply a request body for this method.
53
53
54
54
## Response
55
55
56
-
If successful, this method returns a `200 OK` response code and a collection of [ediscoveryCaseMember](../resources/ediscoverycasemember.md) objects in the response body.
56
+
If successful, this method returns a `200 OK` response code and a collection of [ediscoveryCaseMember](../resources/security-ediscoverycasemember.md) objects in the response body.
0 commit comments