Skip to main content

Retrieves an identity (its addresses, communications, opt-ins and affected populations).

GET 

/api/v1/identity/:identityId

SOAP Equivalent: ACP_GetIdentity (and its family-filtered variant ACP_GetIdentityFamily, reachable through the optional family query parameter).

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
identityIdid_identityRoute parameter
familyFAMILY familyOptional query filter (IDENTITY / IDENTITYWITHOUTACCOUNT / BENEFICIARY)
identityidentityThe identity graph (identityId 0 = not found)
identity.mergedIdsListIdentityMergedMerged identity ids (FUSION events)
identity.populationsAffectedListPopulationsAffectedAffected population models

Scoped by the x-tenant header; the session context (institution) is validated first. An anonymised identity is returned as HTTP 404 (SOAP result 10511); a family mismatch as HTTP 404 (10510). A not-found identity is returned as HTTP 200 with identityId = 0 (SOAP: bresult == false, empty identity).

Request

Responses

OK