> ## 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.

# Create E-Discovery Case

Create an e-Discovery case.

* **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`.

<Note>
  External Documentation

  To learn more, visit the [Microsoft E-Discovery documentation](https://learn.microsoft.com/en-us/graph/api/security-casesroot-post-ediscoverycases?view=graph-rest-1.0\&tabs=http).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                      |
  | ------------ | ------------------------------------------------ |
  | Description  | The case description.                            |
  | Display Name | The name of the e-Discovery case.                |
  | External ID  | The external case number for customer reference. |
</div>

## Example Output

```json theme={"dark"}
{
	"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases/$entity",
	"description": "Project Bazooka",
	"lastModifiedDateTime": "2022-05-22T18:36:48.0834353Z",
	"status": "active",
	"closedDateTime": "2022-05-22T18:36:48.083436Z",
	"externalId": "324516",
	"id": "22aa2acd-7554-4330-9ba9-ce20014aaae4",
	"displayName": "CONTOSO LITIGATION-005",
	"createdDateTime": "2022-05-22T18:36:48.0834351Z",
	"lastModifiedBy": null,
	"closedBy": null
}
```

## Workflow Library Example

[Create E Discovery Case with Microsoft E Discovery and Send Results Via Email](https://library.blinkops.com/workflows/create-e-discovery-case-with-microsoft-e-discovery-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/create-e-discovery-case-with-microsoft-e-discovery-and-send-results-via-email/canvas" />
</div>
