Skip to content

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: 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]