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
Parameter | Description |
---|---|
Case ID | The 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