eDiscovery.Read.All
.eDiscovery.ReadWrite.All
.Parameter | Description |
---|---|
E-Discovery Case ID | The e-Discovery case ID. Can be obtained by using the List Cases action. |
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('b0073e4e-4184-41c6-9eb7-8c8cc3e2288b')/custodians",
"@odata.count": 1,
"value": [
{
"status": "active",
"holdStatus": "notApplied",
"createdDateTime": "2022-05-23T00:58:19.0702426Z",
"lastModifiedDateTime": "2022-05-23T00:58:19.0702436Z",
"releasedDateTime": null,
"id": "0053a61a3b6c42738f7606791716a22a",
"displayName": "Alex Wilber",
"email": "AlexW@contoso.com",
"acknowledgedDateTime": "0001-01-01T00:00:00Z"
}
]
}
Was this page helpful?