Investigations

Assign Investigations

Assigns one or more Investigations to an Agent

put/investigations/assign

Request body

agent_tokenstring
investigation_tokensstring[]

Example request

{
  "agent_token": "AG-L83m6iTwcXdNg3CHndS4",
  "investigation_tokens": [
    "INV-EAx2xoAsqF1ibKTQzkXV"
  ]
}

Response

Success

errorobject nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.