UpdateIdentityRequest¶
UpdateIdentityResponse¶
Purpose¶
Update information associated with a given external identity.
Type¶
Reception:
Record with fields:
id
: ExternalIdentity
External identity to update.
record
: IdentityRecord
Identity record with updated fields.
Triggers:
Record with fields:
id
: ExternalIdentity
External identity the response is about.
result
: Result
Result of the update operation.
Behavior¶
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]