Create an Actor

Create a new actor. Request body is an ActorCorrelation object (not wrapped in a property). Provide adescription that explains the person or entity, and a risk_level (high, low,or escalated) so automated agents can prioritize correlated content. Optional fieldsinclude primary_entity_id, primary_entity_type, user_identifier, tags, and groups.Omit actor_id to receive a server-generated ID. When risk_level is escalated, setescalated_till to a future UTC timestamp.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Actor to create. Set description and risk_level for automated analysis; actor_id is optional.

string

Unique actor ID. Optional on create; omitted values receive a server-generated ID.

string

Your organization ID (set automatically on create).

string

Human-readable summary of who or what this actor represents. Automated agents use this text together with risk_level when analyzing correlated users, hosts, and security content.

string

Primary identifier for the actor (for example a canonical user or host ID from your environment).

string

Type of the primary entity (for example user, host, or service account).

string

Source of the record. API-created actors typically use api.

string

Display label for the actor (for example an email or friendly name shown in search results).

array | null

Users linked to this actor.

array | null

Hosts linked to this actor.

string

Indexed text used for keyword search (derived from description, users, hosts, and tags).

string
Defaults to low

How urgently this actor should be handled: high, low, or escalated. Automated agents use risk_level with the description to prioritize analysis.

When risk_level is escalated, UTC time until the escalation automatically expires.

array | null

Platform-managed tags on this actor.

array | null

Combined tags from the actor and linked users/hosts.

array | null

Combined groups from the actor and linked users/hosts.

When this actor was created (UTC).

When this actor was last updated (UTC).

boolean
Defaults to false

Whether the actor has been modified

Headers
string
required

Your API Key ID

string

Your API Key Secret

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json