LookupIdentityRequest¶
LookupIdentityResponse¶
Purpose¶
Look up information about an external identity in the local database.
Type¶
Reception:
Triggers:
Record with fields:
id
: ExternalIdentity
External identity the response is about.
record
: IdentityRecord
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]