Add Quorum Approval Policy

1.0 Overview

The following is an example of adding a simple quorum approval policy to an existing group.

  • 2 out 3 users for approval (Note the user ID of the 3 users)

For more information on setting the quorum approval policy at DSM group-level, refer to User's Guide: Group Quorum Policy.

For more information on setting the quorum approval policy at DSM account-level, refer to User's Guide: Account Quorum Policy.

2.0 REST API Using the curl Command

$ curl <Endpoint URL>/sys/v1/groups/<Group-UUID> -H 'Authorization: Bearer YhXwwa-6C...ig5g' -X PATCH -d '{"approval_policy":{"protect_manage_operations":true,"protect_crypto_operations":true,"quorum":{"n":2,"members":[{"user":"80e3f312-9d8e-4645-848a-5c80aebf8f52"},{"user":"ba4ecb63-bcab-4e12-9432-b0a06fff5226"},{"user":"504c9895-c9fa-4890-b3d5-35554c74df18"}],"require_2fa":false,"require_password":false}}}'