Skip to main content

Get identity by filter

GET 

/intelligence/v1/identities

Requires tenant license idn:response-and-remediation.

Authentication and data segmentation

Intelligence forwards the caller JWT to downstream identity and search services (context client). Enriched results, including non-human identity resolution, are filtered to the caller's Data Segmentation visibility.

Caution: Generic API Management API keys are not tied to a user identity. When Data Segmentation is enabled, API key authentication may fail or return incomplete data because downstream calls require a user context. Use a personal access token or other user-scoped OAuth token. See API keys and Data Segmentation.

Resolves exactly one identity using a single SCIM-style filters expression.

Supported filters

Filter fieldLookup modeNotes
id eqHuman (+ optional non-human identity when feature-flagged)Resolves human identities by id; when non-human resolution is enabled, a parallel non-human lookup runs. If both match different identities, returns HTTP 409.
email eqHuman onlyHuman identity lookup by email only.
opaqueIdentifier eqNon-human identity onlyParallel nativeIdentity eq on machine-identities and machine-accounts, then name-prefix fallback on machine-accounts. Requires feature flag ISCRR-1905_NHI_TYPE_MACHINE_FILTER_ENABLED; when disabled, returns HTTP 400.

Single-clause filters only; composite and or expressions are rejected with HTTP 400.

identityGraph deep link

When the tenant has the idg:base license, Human and NHI aggregate responses may include identityGraph.href, a deep link into the Identity Graph UI for the resolved identity. Opening the link requires the Identity Graph Read Only user level. The link is omitted when the tenant lacks idg:base.

Human envelope (type Human)

Embeds the first page (10 items) of each enrichment slice. Each paged slice includes totalCount from upstream X-Total-Count when items is non-empty, and carries a next continuation URL when totalCount exceeds the items returned on this page. Slices are always present (empty uses items [] with no totalCount). privilegedAccess returns the full privileged-access result and never carries next or totalCount. If any enrichment upstream fails, the whole request fails with HTTP 500, except outliers, which is omitted (not an error) when the tenant lacks the IDA-outliers license (upstream 401 or 403).

Non-human identity envelope (type NHI)

Returns flat non-human identity fields at the top level plus correlated machine accounts on the aggregate and a derived block (isOrphaned, authorizedHumanIdentities, blastRadiusSummary). Omits Human-only slices (privilegedAccess, outliers, accessHistory). Account paging via child routes is not yet released. Opaque prefix resolution that deduplicates to one parent identity returns HTTP 200 with matchConfidence partial; multiple distinct parent identities return HTTP 409 with IDC_IDENTITY_AMBIGUOUS and candidate id and displayName values.

Request

Responses

Exactly one identity matched.