POST /v2/parties
cURL
cURL
Authorizations
Ledger API standard JWT token
Body
Required authorization:
HasRight(ParticipantAdmin) OR IsAuthenticatedIdentityProviderAdmin(identity_provider_id) OR IsAuthenticatedUser(user_id)
A hint to the participant which party ID to allocate. It can be
ignored.
Must be a valid PartyIdString (as described in value.proto).
Optional
Formerly "display_name"
Participant-local metadata to be stored in the PartyDetails of this newly allocated party.
Optional
Show child attributes
Show child attributes
The id of the Identity Provider
If not set, assume the party is managed by the default identity provider or party is not hosted by the participant.
Optional
The synchronizer, on which the party should be allocated. For backwards compatibility, this field may be omitted, if the participant is connected to only one synchronizer. Otherwise a synchronizer must be specified.
Optional
The user who will get the act_as rights to the newly allocated party. If set to an empty string (the default), no user will get rights to the party.
Optional
Response
The allocated party details
Required
Show child attributes
Show child attributes