Skip to content
Documentation/canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesPartyManagementServiceView on canton-network-docs
canton-network-docs/Admin APIgRPC APIPackagescom.digitalasset.canton.admin.participant.v30ServicesPartyManagementService

AddPartyAsync

Participant AdministrationProtobufcom.digitalasset.canton.admin.participant.v30AddPartyAsync

com.digitalasset.canton.admin.participant.v30

AddPartyAsync

gRPCSince 3.4.0
RPC/com.digitalasset.canton.admin.participant.v30.PartyManagementService/AddPartyAsync

Protocol Details

Inputs

AddPartyAsyncRequest

argumentsAddPartyArguments

Outputs

AddPartyAsyncResponse

add_party_request_idstring

Lifecycle Changes

3.4.0introduced

com.digitalasset.canton.admin.participant.v30.AddPartyAsyncRequest

argumentsAddPartyArguments

com.digitalasset.canton.admin.participant.v30.AddPartyArguments

party_idstring
synchronizer_idstring
source_participant_uidstring
topology_serialuint32
participant_permissionParticipantPermission

com.digitalasset.canton.admin.participant.v30.ParticipantPermission

  • PARTICIPANT_PERMISSION_UNSPECIFIED
  • PARTICIPANT_PERMISSION_SUBMISSION
  • PARTICIPANT_PERMISSION_CONFIRMATION
  • PARTICIPANT_PERMISSION_OBSERVATION

com.digitalasset.canton.admin.participant.v30.AddPartyAsyncResponse

add_party_request_idstring
grpcurl
grpcurl
# Add -plaintext if the server is not using TLS.
grpcurl \
  -d @ \
  <HOST:PORT> \
  com.digitalasset.canton.admin.participant.v30.PartyManagementService/AddPartyAsync <<'EOF'
{
  "arguments": {
    "partyId": "string",
    "synchronizerId": "string",
    "sourceParticipantUid": "string",
    "topologySerial": 0,
    "participantPermission": "PARTICIPANT_PERMISSION_UNSPECIFIED"
  }
}
EOF
OKapplication/json
OK
{
  "addPartyRequestId": "string"
}