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