- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
10-27-2022 07:56 AM
Hello,
There is the section "Team Members" with two fields "Owner" and "Participants".
I want to add some users to "Participants" but there isn't this field in the context data.
I found in the documentation https://docs.paloaltonetworks.com/cortex/cortex-xsoar/6-9/cortex-xsoar-admin/incidents/incident-acce... that "Team members are added automatically when you send them a notification in the CLI".
What can I do in python script to add new user to Participants?
12-14-2022 02:52 PM
Hey @PachaOne,
You can use the tagging option (@) in a script.
See this from the script helper:
The line in the code would look like this:
demisto.executeCommand("@", {"user":"<user>"})
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!