Skip to main content

Get Case Collaborators

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

Workflow LibraryPreview this Workflow on desktop