AddUserToIncidentTeam
Adds an XSOAR User to the Incident, this automation can be used as part of a playbook task.
- Type
- python
- Pack
- CaseManagement-Generic
Source
import demistomock as demisto # noqa: F401
from CommonServerPython import * # noqa: F401
demisto.results(demisto.executeCommand("@", {"user": demisto.args().get("user")}))
README
Adds an XSOAR User to the Incident, this automation can be used as part of a playbook task.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility |
| Cortex XSOAR Version | 6.5.0 |
Inputs
| Argument Name | Description |
|---|---|
| user | The username of the person to add to the Incident |
Outputs
There are no outputs for this script.