Skip to content
Documentation/canton-network-docs/Ledger APIgRPC APIPackagesv2.adminServicesPartyManagementServiceView on canton-network-docs
canton-network-docs/Ledger APIgRPC APIPackagesv2.adminServicesPartyManagementService

GetParticipantId

Ledger APIgRPC APIv2.adminGetParticipantId

com.daml.ledger.api.v2.admin

GetParticipantId

gRPCSince 3.4.4
RPC/com.daml.ledger.api.v2.admin.PartyManagementService/GetParticipantId

Protocol Details

Inputs

GetParticipantIdRequest

Outputs

GetParticipantIdResponse

participant_idstring

Lifecycle Changes

3.4.4introduced

com.daml.ledger.api.v2.admin.GetParticipantIdRequest

com.daml.ledger.api.v2.admin.GetParticipantIdResponse

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