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

UpdateUserIdentityProviderId

Ledger APIProtobufcom.daml.ledger.api.v2.adminUpdateUserIdentityProviderId

com.daml.ledger.api.v2.admin

UpdateUserIdentityProviderId

gRPCSince 3.4.0
RPC/com.daml.ledger.api.v2.admin.UserManagementService/UpdateUserIdentityProviderId

Protocol Details

Inputs

UpdateUserIdentityProviderIdRequest

user_idstring
source_identity_provider_idstring
target_identity_provider_idstring

Outputs

UpdateUserIdentityProviderIdResponse

Lifecycle Changes

3.4.0introduced

com.daml.ledger.api.v2.admin.UpdateUserIdentityProviderIdRequest

user_idstring
source_identity_provider_idstring
target_identity_provider_idstring

com.daml.ledger.api.v2.admin.UpdateUserIdentityProviderIdResponse

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