For the complete documentation index, see llms.txt. This page is also available as Markdown.
XSOAR 6.13

Restrict an Investigation

Restrict an investigation in Cortex XSOAR 6.13.

You can restrict an investigation to the incident owner and the team associated with the investigation.

  1. Do one of the following:

    • Open the incident and select Actions → Restrict incident.

      To remove the restriction select Actions → Permit incident.

    • In the CLI, type /investigation_restrict id=`` ``id_ number

  2. (Optional) For Automation do the following:

    • Use the restrictInvestigation command in a playbook.

    • Specify the incident ID of the incident for which you want to restrict access.

    • Set the Restrict argument to True to restrict the incident.

    • Set the Restrict argument to False to remove restricted from the incident.

Last updated

Was this helpful?