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?