Returns the owner and a list of collaborators associated with a specific case.

External Documentation

To learn more, visit the LogRhythm documentation.

Parameters

ParameterDescription
Case IDThe unique identifier of a case. Can be obtained by using the List Cases action.

Example Output

{
	"owner": {
		"number": 1,
		"name": "John Smith",
		"disabled": false
	},
	"collaborators": [
		{
			"number": 1,
			"name": "John Smith",
			"disabled": false
		}
	]
}

Workflow Library Example

Get Case Collaborators with Logrhythm and Send Results Via Email

Preview this Workflow on desktop