esign_full_id_number_opt_in_forbidden (403)
esign_full_id_number_opt_in_forbidden
HTTP status: 403
Retryable: No. Retrying without changes will fail the same way.
Only owners and admins can place a full ID number in a signed document.
When it fires
A principal below owner/admin attempted to turn the full-ID-number option ON for a document template (the `false -> true` transition). Turning it back off is not restricted. This is a ROLE boundary, which is why it is not `subscription_required`: no plan change resolves it.
How to handle it
Ask an organization owner or admin to make the change, or leave the option off. Nothing was written.
Example response
{
"error": {
"type": "https://docs.checktiv.com/api/errors/esign_full_id_number_opt_in_forbidden",
"code": "esign_full_id_number_opt_in_forbidden",
"message": "Only owners and admins can turn on full ID numbers for signed documents.",
"request_id": "req_01HEXAMPLE0000000000000000",
"doc_url": "https://docs.checktiv.com/api/errors/esign_full_id_number_opt_in_forbidden"
}
}