Added
Control Signer signing contexts
July 7th, 2026
You can now restrict which signing contexts (Inbox and Signature Portal) are available to a Signer. When a context is disabled, the Signature Request remains visible in the list of the Signature Requests but is not consultable or signable from that context.
disabled_signing_contexts: array of contexts to disable for a given Signer. Accepted values:inbox,signature_portal. Default: empty array (all contexts enabled).
Available on Signer create and update:
POST /v3/signature_requests/{signatureRequestId}/signers(see API reference)PATCH /v3/signature_requests/{signatureRequestId}/signers/{signerId}(see API reference)
Availability: Production only. Management via App is not available.
For more details, consult the dedicated API guide article.

