Skip to content

Interface: ApplicantsSetApplicantRiskLevelRequest

Describes the structure of the request for the applicantsSetApplicantRiskLevel method

Work with applicants

applicantId

applicantId: string

A unique applicant identifier.

See

Set applicant risk level API Reference

Defined in

src/client.ts:905


comment

comment: string

A comment explaining why you are changing the risk level.

See

Set applicant risk level API Reference

Defined in

src/client.ts:911


riskLevel

riskLevel: string

A risk level. Can be: unknown, low, medium, high.

See

Set applicant risk level API Reference

Defined in

src/client.ts:917