External DocumentationTo learn more, visit the LogRhythm documentation.
Actions
Get Case Collaborators
Returns the owner and a list of collaborators associated with a specific case.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Case ID | The unique identifier of a case. Can be obtained by using the List Cases action. |
{
"owner": {
"number": 1,
"name": "John Smith",
"disabled": false
},
"collaborators": [
{
"number": 1,
"name": "John Smith",
"disabled": false
}
]
}
Was this page helpful?