Skip to content

Interface: ApplicantsDeactivateApplicantProfileRequest

Describes the structure of the request for the applicantsDeactivateApplicantProfile method

Work with applicants

applicantId

applicantId: string

A unique applicant identifier.

See

Deactivate applicant profile API Reference

Defined in

src/client.ts:1142


status

status: string

Possible values: deactivated to deactivate the applicant profile. activated to reactivate the applicant profile.

See

Deactivate applicant profile API Reference

Defined in

src/client.ts:1148