Skip to content

LookupIdentityRequest

LookupIdentityResponse

Purpose

Look up information about an external identity in the local database.

Type

Reception:

LookupIdentityRequestV1

Record with fields:

External identity to look up.

Triggers:

LookupIdentityResponseV1

Record with fields:

External identity the response is about.

Identity record associated with id.

Behavior

Return the information associated with the requested external identity.

Message flow

sequenceDiagram

%% --8<-- [start:sequence]
Any Local Engine ->>+ Network Identity Store: LookupIdentityRequest
Network Identity Store -->>- Any Local Engine: LookupIdentityResponse
%% --8<-- [end:sequence]