> ## 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 Noncustodial Data Source

Create a new Noncustodial data source object.

* **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-ediscoverycase-post-noncustodialdatasources?view=graph-rest-1.0\&tabs=http).
</Note>

## Parameters

<div className="integrations-table">
  | Parameter           | Description                                                                                                                                                                                            |
  | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | E-Discovery Case ID | The e-Discovery case ID. Can be obtained by using the `List Cases` action.                                                                                                                             |
  | Email               | Email address of a user's mailbox.                                                                                                                                                                     |
  | Select Source       | Select the Noncustodial source type to create.<br /><br />For `User Source`, select `microsoft.graph.security.userSource`.<br /><br />For `Site Source`, select `microsoft.graph.security.siteSource`. |
  | Site Web URL        | The URL of a site.                                                                                                                                                                                     |
</div>

## Example Output

```json theme={"dark"}
{
	"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('b0073e4e-4184-41c6-9eb7-8c8cc3e2288b')/noncustodialDataSources/$entity",
	"status": "active",
	"holdStatus": "notApplied",
	"createdDateTime": "2022-05-23T03:15:08.5354451Z",
	"lastModifiedDateTime": "2022-05-23T03:15:08.5354451Z",
	"releasedDateTime": "0001-01-01T00:00:00Z",
	"id": "43373338343345303943344434423032",
	"displayName": "Design - top secret"
}
```

## Workflow Library Example

[Create Noncustodial Data Source with Microsoft E Discovery and Send Results Via Email](https://library.blinkops.com/workflows/create-noncustodial-data-source-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-noncustodial-data-source-with-microsoft-e-discovery-and-send-results-via-email/canvas" />
</div>
