Candidates
Creating new candidate within Midlane
Creating a new candidate
Create candidate.
POST https://app.midlane.com/api/public/candidates
Either the mobilePhoneNumber or the email parameter needs to be sent in order to create a candidate. It is also possible to send both.
If you send none, an error will be thrown.
Request Body
Name
Type
Required
Validation
firstName
string
lastName
string
mobilePhoneNumber*
string
Valid mobile phone number e.g. +4916012312312
hiredAt
string
Date in ISO format YYYY-MM-DD
dateOfBirth
string
Date in ISO format YYYY-MM-DD
gender
string
MALE, FEMALE, NON_BINARY or NOT_SPECIFIED
citizenship
string
Country code e.g. DE
street1
string
houseNumber
string
street2
string
city
string
zipCode
string
state
string
country
string
Country code e.g. DE
Last updated