Update an applicant
Authentication
X-Brightmove-Company-ApiKeystring
BrightMove Company Api Key
X-Brightmove-User-ApiKeystring
BrightMove User Api Key
Path parameters
guid
Request
This endpoint expects an object.
firstName
Applicant's first name.
middleName
Applicant's middle name or initial.
lastName
Applicant's last name.
email
Applicant's personal email address.
workEmail
Applicant's work email address.
address
Street address line 1.
address2
Street address line 2 (apartment, suite, etc.).
city
City.
stateId
State ID from the BrightMove state lookup. Use GET /api/v1/lookup/states to retrieve valid IDs.
postalCode
Postal (ZIP) code.
currentCompany
Applicant's current or most recent employer.
currentTitle
Applicant's current or most recent job title.
primarySkills
Comma-separated list of the applicant’s primary skills.
confidential
When true, marks this applicant as confidential. Viewing confidential applicants requires the VIEW_APPLICANT_CONFIDENTIAL permission.
emailAllowed
When true, the applicant has opted in to email communications.
smsAllowed
When true, the applicant has opted in to SMS/text message communications.
source
Applicant source name exactly as configured for your company (e.g. ‘LinkedIn’, ‘Referral’).
recruiterGuid
GUID of the recruiter (BrightMove user) to assign to this applicant. Pass an empty string to remove the current assignment.
Response
OK