Create a new e-Discovery Custodian 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.

External Documentation

To learn more, visit the Microsoft E-Discovery documentation.

Parameters

ParameterDescription
E-Discovery Case IDThe e-Discovery case ID. Can be obtained by using the List Cases action.
EmailEmail address of the Custodian.

Example Output

{
	"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('4c8f8f70-7785-4bd4-b296-c98376a2c5e1')/custodians/$entity",
	"status": "active",
	"holdStatus": "applied",
	"createdDateTime": "2022-05-23T00:58:19.0702426Z",
	"lastModifiedDateTime": "2022-05-23T00:58:19.0702436Z",
	"releasedDateTime": null,
	"id": "0053a61a3b6c42738f7606791716a22a",
	"displayName": "Adele Vance",
	"email": "AdeleV@contoso.com",
	"acknowledgedDateTime": "0001-01-01T00:00:00Z"
}

Workflow Library Example

Create Custodian with Microsoft E Discovery and Send Results Via Email

Preview this Workflow on desktop