Skip to content
Documentation/canton-network-docs/Ledger APIProtobufsPackagescom.daml.ledger.api.v2.adminServicesPartyManagementServiceView on canton-network-docs
canton-network-docs/Ledger APIProtobufsPackagescom.daml.ledger.api.v2.adminServicesPartyManagementService

UpdatePartyIdentityProviderId

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

com.daml.ledger.api.v2.admin

UpdatePartyIdentityProviderId

gRPCSince 3.4.0
RPC/com.daml.ledger.api.v2.admin.PartyManagementService/UpdatePartyIdentityProviderId

Protocol Details

Inputs

UpdatePartyIdentityProviderIdRequest

partystring
source_identity_provider_idstring
target_identity_provider_idstring

Outputs

UpdatePartyIdentityProviderIdResponse

Lifecycle Changes

3.4.0introduced

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
{}