v1

latestOpenAPI 3.1.02026-08-042010999.7 KB
Monitoring: Entity Creation

Migrate Pre-reviewed Entities into Sigma360 (Skip Risk and Alerts)

For system migrations only. This endpoint will asynchronously add one or more entities to your monitored entity population, skipping alerts, ignoring existing risk, and force-setting the status as cleared.

post/entities/create/assume-clean

Request body

entityGroupIDsinteger[] nullable required
filterSetIDinteger required

Example request

{
  "searches": [
    {
      "aliases": [
        "InGen, InGen Corp"
      ],
      "countries": [
        "US"
      ],
      "customerKey": "ABC1234567890",
      "dob": "1993-06-11",
      "entityName": "InGen Corporation",
      "entityType": "company"
    }
  ]
}

Response

OK

taskIDstring