Skip to content

Interface: ApplicantsImportApplicantsRequest

Describes the structure of the request for the applicantsImportApplicants method

Work with applicants

externalUserId

Optional externalUserId: string

someClientUserId

See

Import applicants API Reference

Defined in

src/client.ts:827


info

Optional info: ApplicantsImportApplicantsInfoValue

User's personal data

See

Import applicants API Reference

Defined in

src/client.ts:833


levelName

Optional levelName: string

A verification level name. Case-sensitive and has to be created in the same environment. If contains reserved characters (e.g., @, +", white spaces as %20), it should be URL-encoded, otherwise you may get signature mismatch.

See

Import applicants API Reference

Defined in

src/client.ts:839


review

Optional review: ApplicantsImportApplicantsReviewValue

Review results

See

Import applicants API Reference

Defined in

src/client.ts:845