---
title: "Reset the authentication of the eNotary package"
method: POST
path: "/e-notary-packages/{eNotaryPackageId}/actions/reset-authentication"
tags: ["Actions"]
---

# Reset the authentication of the eNotary package

`POST /e-notary-packages/{eNotaryPackageId}/actions/reset-authentication`

Cannot reset the authentication if the respective eSignature package is in a terminal status (i.e. COMPLETED, DECLINED, CANCELED) or Locked status (LOCKED_FOR_REVIEW)

## Request body

- object
  - `signerIds` string[] — List of signer ids to reset authentication
  - `authTypes` ENotaryAuthTypeEnum[] — List of authentication types to reset

## Response `200`

Details of the file to download

- ENotaryPackage
  - `id` string
  - `isTestMode` boolean
  - `ownerId` string — Id of the owner of the eNotary package. Owner must be a valid notary, and a signer in the package.
  - `eSignaturePackageId` string — Id of the respective Live eSignature
  - `validationRequests` ENotaryPackageValidationRequest[]
    - `signerId` string
    - `idv` ENotaryPackageValidationRequestIdv
      - `enforcementCriterion` 'REQUIRED' | 'OPTIONAL' | 'SKIP'
    - `kba` ENotaryPackageValidationRequestKba
      - `enforcementCriterion` 'REQUIRED' | 'OPTIONAL' | 'SKIP'
    - `vulnerabilityScreening` ENotaryPackageValidationRequestVulnerabilityScreening
      - `enforcementCriterion` 'REQUIRED' | 'OPTIONAL' | 'SKIP'
  - `validationResponses` ENotaryPackageValidationResponse[]
    - `signerId` string
    - `idv` ENotaryPackageValidationResponseIdv
      - `id` string — Id of the Identity Verification Package
      - `outcome` 'PASSED' | 'FAILED' | 'SKIPPED'
    - `kba` ENotaryPackageValidationResponseKba
      - `id` string — Id of the KBA package
      - `outcome` 'PASSED' | 'FAILED' | 'SKIPPED'
    - `vulnerabilityScreening` ENotaryPackageValidationResponseVulnerabilityScreening
      - `id` string — Id of the Vulnerability Screening package
      - `outcome` 'PASSED' | 'FAILED' | 'SKIPPED'

---

[API](https://skmtc.net/pactima/apis/esignature-packages-api.md) · [All operations](https://skmtc.net/pactima/apis/esignature-packages-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pactima/esignature-packages-api/revisions/1570128383ef/schema)
