Skip to main content

List owned nhi identities

GET 

/intelligence/v1/identities/:id/non-human-identity-ownership/:category

Continuation endpoint for a human parent's nonHumanIdentityOwnership.{category}.primaryOwned.next or nonHumanIdentityOwnership.{category}.secondaryOwned.next link. Returns a bare JSON array of owned non-human identity summary rows for the given category, optional ownershipRole, limit, and offset. Wire items match the aggregate ownership item shape ({ id, displayName, source? }).

When ownershipRole is omitted, the request defaults to primary. Pass count=true to receive X-Total-Count (including 0 on empty pages). The filters query parameter is not supported on this route (HTTP 400).

Requires tenant licenses idn:response-and-remediation and idn:machine-identity-security. Tenants without idn:machine-identity-security receive HTTP 403.

Not applicable to non-human identities (no ownership slice on the NHI envelope).

Request

Responses

One page of owned non-human identities for the requested category and role.

Response Headers
    X-Total-Count

    Total number of owned non-human identities for the requested ownership role; present only when count=true was sent (including 0 on empty pages).