# Run an individual entity verification job

Runs an individual entity verification job.

Endpoint: POST /v1alpha/individualEntityVerificationJobs/{individualEntityVerificationJob}:run
Version: v1alpha
Security: oauth2_client_credentials, oauth2_authorization_code

## Path parameters:

  - `individualEntityVerificationJob` (string, required)
    The individualEntityVerificationJob id.

## Request fields (application/json):

  - `entityResourceName` (string, required)
    Required. The resource name of the entity to verify.
 Format: entities/{entity}
correct_entity_format // entity must follow format 'entities/*'

  - `redirectUri` (string, required)
    Required. The final redirect URI where the user should be sent after verification is complete.


