Import Users
Import users into My Talents
Authorizations
API key given to you (If you don't have one, check this section)
Body
Internal identifier of the user in your system - this is used to link the user to your system
"candidate-12345"
LinkedIn profile URL of the user (At least one of linkedInUrl or resume must be provided)
"https://www.linkedin.com/in/johndoe"
Resume/CV file content in base64 format (At least one of linkedInUrl or resume must be provided) - Payload is limited to 10mb maximum size
"JVBERi0xLjQKJeLjz9..."
Resume/CV URL of the user - ⚠️ don't use anymore ⚠️ - send resume in base64 format instead for safer handling
"https://storage.example.com/resumes/johndoe-cv.pdf"
First name of the user
"John"
Last name of the user
"Doe"
Profile picture URL of the user
"https://storage.example.com/photos/johndoe.jpg"
ATS URL - this is the URL of the profile in your ATS system - providing is important to allow you to jump directly to the profile in your ATS system from Collective, simplifying greatly the experience
"https://ats.example.com/candidates/12345"
List of phone numbers
["+33 6 12 34 56 78", "+1 555 123 4567"]List of notes, interview reviews about the user
List of links (github, personal website, etc...)
Daily rate in cents (e.g., "50000" for 500.00 EUR)
"50000"
Minimum yearly salary expectation in cents (e.g., "4500000" for 45000.00 EUR). Must be provided together with yearlySalaryMax.
"4500000"
Maximum yearly salary expectation in cents (e.g., "6500000" for 65000.00 EUR). Must be provided together with yearlySalaryMin.
"6500000"
Work preference: REMOTE or FLEXIBLE
REMOTE, FLEXIBLE "REMOTE"
Location of the user (e.g., "Paris, France")
This overrides any location data we may have gathered internally.
"Paris, France"
Desired contract types: array containing FREELANCER and/or PERMANENT_CONTRACT
FREELANCER, PERMANENT_CONTRACT ["FREELANCER", "PERMANENT_CONTRACT"]
