Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a list of the Site Source objects associated with an ediscovery Custodian.
- Least privileged Microsoft Graph permission to access the action via application:
eDiscovery.Read.All.
- Higher privileged Microsoft Graph permission to access the action via application:
eDiscovery.ReadWrite.All.
Parameters
| Parameter | Description |
|---|
| Custodian ID | The ID of the Custodian to associate. |
| E-Discovery Case ID | The e-Discovery case ID. Can be obtained by using the List Cases action. |
Example Output
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('b0073e4e-4184-41c6-9eb7-8c8cc3e2288b')/custodians('0053a61a3b6c42738f7606791716a22a')/siteSources",
"value": [
{
"@odata.id": "https://graph.microsoft.com/v1.0/sites/169718e3-a8df-449d-bef4-ee09fe1ddc5d",
"displayName": "U.S. Sales",
"createdDateTime": "2022-05-23T02:35:42.926309Z",
"holdStatus": "applied",
"id": "169718e3-a8df-449d-bef4-ee09fe1ddc5d",
"createdBy": {
"application": null,
"user": {
"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
"displayName": null
}
},
"site": {
"webUrl": "https://m365x809305.sharepoint.com/sites/USSales",
"id": "169718e3-a8df-449d-bef4-ee09fe1ddc5d",
"createdDateTime": "2022-05-23T02:35:42.926309Z"
}
}
]
}
Workflow Library Example
List Custodian Site Sources with Microsoft E Discovery and Send Results Via Email