# 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/*' string.example = ["entities/john-smith-001"] - `redirectUri` (string, required) Required. The final redirect URI where the user should be sent after verification is complete. string.example = ["https://app.example.com/verification/complete"] string.uri = true // value must be a valid URI string.uri_empty = true // value is empty, which is not a valid URI