Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Ledger APIProtobufsPackagescom.daml.ledger.api.v2.adminServicesPartyManagementServiceView on Canton Network Docs

UpdatePartyIdentityProviderId

Ledger APIProtobufcom.daml.ledger.api.v2.adminUpdatePartyIdentityProviderId

com.daml.ledger.api.v2.admin

UpdatePartyIdentityProviderId

gRPC
RPC/com.daml.ledger.api.v2.admin.PartyManagementService/UpdatePartyIdentityProviderId

Protocol Details

Inputs

UpdatePartyIdentityProviderIdRequest

partystring
source_identity_provider_idstring
target_identity_provider_idstring

Outputs

UpdatePartyIdentityProviderIdResponse

com.daml.ledger.api.v2.admin.UpdatePartyIdentityProviderIdRequest

partystring
source_identity_provider_idstring
target_identity_provider_idstring

com.daml.ledger.api.v2.admin.UpdatePartyIdentityProviderIdResponse

grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.daml.ledger.api.v2.admin.PartyManagementService/UpdatePartyIdentityProviderId <<'EOF'
{
  "party": "string",
  "sourceIdentityProviderId": "string",
  "targetIdentityProviderId": "string"
}
EOF
OKapplication/json
OK
{}