Wallet Signers
Promote a signer to admin
Promotes the signer to the admin role via a two-step ceremony: apply the business_admin tag and add the signer to the root quorum. Returns the ceremony id; completion is tracked via the wallet_signer.promoted webhook.
POST
Promote a signer to admin
Authorizations
Headers
Caller-generated unique key that lets the server safely replay this request. The cached response is returned for 5 minutes on any retry with the same key from the same API principal. Required on every state-changing money-moving or resource-creating POST.
Required string length:
1 - 128Pattern:
^[A-Za-z0-9_.:-]{1,128}$Response
Identifier for the roster-update ceremony; completion is reported via wallet_signer.promoted / wallet_signer.demoted webhooks.
Pattern:
^wcm_[0-9A-Za-z]{22}$Previous
Demote an admin signer to signerDemotes an admin to the signer role via a two-step ceremony: strip from the root quorum and remove the business_admin tag. Returns the ceremony id; completion is tracked via the wallet_signer.demoted webhook.
Next
Promote a signer to admin