UpdateIdentityRequest
UpdateIdentityResponse
Purpose
Update information associated with a given external identity.
Type
Reception:
UpdateIdentityRequestV1
Record with fields:
External identity to update.
Identity record with updated fields.
Triggers:
UpdateIdentityResponseV1
Record with fields:
External identity the response is about.
Result 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]
(Wiki) links on this page