update_alert_assignee
Change the assigned user for security alerts by specifying alert IDs and the new assignee's ID to manage alert ownership and response responsibilities.
Instructions
Update the assignee of one or more alerts through the assignee's ID.
Returns: Dict containing: - success: Boolean indicating if the update was successful - alerts: List of updated alert IDs if successful - message: Error message if unsuccessful
Permissions:{'all_of': ['Manage Alerts']}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alert_ids | Yes | List of alert IDs to update | |
| assignee_id | Yes | The ID of the user to assign the alerts to |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||