post
/public_api/v1/featured_fields/replace_users
Replace the featured users listed in your environment.
Note: Running this API will delete all existing user names.
Required license: Cortex XDR Pro per Endpoint or Cortex XDR Pro per GB
Body parameters
request_dataObject
fieldsArray
An array of users and comments.
valueString
Defines the user name. Maximum length is 256 characters.
commentString
Additional information regarding the featured alert field.
REQUEST BODY
{
"request_data": {
"fields": [
{
"value": "Administrator",
"comment": "Administrator is a featured user"
},
{
"value": "System"
}
]
}
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/featured_fields/replace_users'
-d
''
Responses