Intelligence
HTTP API that returns the Intelligence (identity context) for SecOps enrichment use cases (SIEM/SOAR connectors, MCP, browser extension), and accepts asynchronous response actions for remediation. Identity reads are backed by Atlas internal-REST calls to MICE, Shelby List Accounts, SDS Search, IDA-outliers, and identity-history.
License-based segmentation
idn:response-and-remediation(required): enforced on all/intelligence/*routes.IDA-outliers(optional): governs the Humanoutliers.rareAccessslice only. When the tenant lacks this license, theoutlierskey is omitted.idg:base(optional): governs the root-levelidentityGraphdeep link on aggregate responses. When the tenant lacks this license,identityGraphis omitted.idn:machine-identity-security(optional): governs the HumannonHumanIdentityOwnershipslice. When the tenant lacks this license,nonHumanIdentityOwnershipis omitted on the aggregate GET and the/non-human-identity-ownership/{category}child route returns 403 Forbidden.
Pagination
The aggregated Human GET embeds the first 10 items per paged slice. Each upstream paged call
sends count=true and reads X-Total-Count. Parent slices expose totalCount when items is
non-empty and set next when totalCount > offset + len(items) (aggregate offset is always 0).
Empty slices render as items: [] with no totalCount. privilegedAccess is never paged and
carries no totalCount. When licensed, nonHumanIdentityOwnership pages each
primaryOwned / secondaryOwned bucket independently under agents and applications.
Human child routes (/accounts, /outliers/rare-access, /access-history/*,
/non-human-identity-ownership/{category}) follow the SailPoint V3 pattern: pass count=true
to receive X-Total-Count (including 0 on empty pages). When count is omitted, upstream
count work is skipped and the header is omitted.
Get identity by filter
Get identity by filter
List identity accounts
List identity accounts
List identity rare access
List identity rare access
List identity access item history
List identity access item history
List identity certification history
List identity certification history
List owned nhi identities
List owned nhi identities
Create a response action
Create a response action
Get response action status
Get response action status