v1
latestOpenAPI 3.1.02026-07-242735131.1 MBIdentity Verification
Decline Identity Verification
Declines the identity verification of an employee.
Scopes
| Category | Read only Scope | Write only Scope (read access implicit) |
|---|---|---|
| Manage employment documents (employment_documents) | - | Manage identity verification (identity_verification:write) |
post/v1/identity-verification/{employment_id}/decline
Path parameters
employment_idstring required
Employment ID
Response
Success
Example response
{
"data": {
"status": "ok"
}
}