Create a new User Source object 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.

External Documentation

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

Parameters

ParameterDescription
Custodian IDThe ID of the Custodian to associate.
E-Discovery Case IDThe e-Discovery case ID. Can be obtained by using the List Cases action.
EmailEmail address of the user’s mailbox.
Included SourcesSpecify which sources are included in this group.

Example Output

{
	"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#security/cases/ediscoveryCases('b0073e4e-4184-41c6-9eb7-8c8cc3e2288b')/custodians('0053a61a3b6c42738f7606791716a22a')/userSources/$entity",
	"displayName": "MOD Administrator",
	"createdDateTime": "0001-01-01T00:00:00Z",
	"holdStatus": "applied",
	"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
	"email": "admin@contoso.com",
	"includedSources": "mailbox,site",
	"siteWebUrl": "",
	"createdBy": {
		"user": {
			"id": "c25c3914-f9f7-43ee-9cba-a25377e0cec6",
			"displayName": "MOD Administrator",
			"userPrincipalName": "admin@contoso.com"
		},
		"application": {
			"id": "de8bc8b5-d9f9-48b1-a8ad-b748da725064",
			"displayName": "Graph Explorer"
		}
	}
}

Workflow Library Example

Create Custodian User Source with Microsoft E Discovery and Send Results Via Email

Preview this Workflow on desktop