UpdateIdentityRequest¶
UpdateIdentityResponse¶
Purpose¶
Update information associated with a given external identity.
Type¶
Reception:
Record with fields:
-
id
: ExternalIdentityExternal identity to update.
-
record
: IdentityRecordIdentity record with updated fields.
Triggers:
Record with fields:
-
id
: ExternalIdentityExternal identity the response is about.
-
result
: ResultResult of the update operation.
Behaviour¶
Update the provided information in the local data store.
Message flow¶
sequenceDiagram
%% --8<-- [start:sequence]
Any Local Engine ->>+ Network Identity Store: UpdateIdentityRequest
Network Identity Store -->>- Any Local Engine: UpdateIdentityResponse
%% --8<-- [end:sequence]