What is a root key quorum?
The root key quorum should be a highly-privileged, locked-down set of individuals that administrates wallets for the organization. The root key quorum’s permissions over an organization’s wallet(s) include:- Executing signatures and transactions
- Adding, removing, and modifying policies
- Provisioning scoped access to other organization members
- Managing private key export
Creating the root key quorum
To create the root key quorum for an organization, simply create a key quorum with:- a
user_idsarray containing the user IDs of all of the desired members of the root key quorum - an
authorization_thresholdnumber indicating how many of the users in the quorum must approve an action in order for quorum to be met
authorization_threshold > 1 to avoid a unilateral point of control over organization wallets.

