Update an employee verification record

Partial update of a single employee verification row. Any field omitted from the request body is left unchanged. Returns 404 when the verification id does not exist or does not belong to {employeeId}. Most verification updates flow in via partner webhooks; this endpoint exists for admin-level integrations that need to correct or annotate a record out-of-band, and requires onboarding view-and-edit permission on the employee.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

Company employee id that owns the verification row.

int64
required

Identifier of the verification record to update.

Body Params

Fields to update on the verification record. At least one field must be supplied.

string | null
enum
Allowed:
string | null
enum
Allowed:
string | null
string | null
string | null
enum
Allowed:
Responses

400

Invalid request body (unknown enum value or no updatable fields supplied).

403

Forbidden

404

Verification id not found for the supplied employee.

500

Internal server error

Language
Credentials
OAuth2
Missing 1 required scope
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json