Candidates
Create Candidate
POST
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Headers
The account identifier
Body
application/json
Value to pass through to the provider
Example:
{ "other_known_names": "John Doe" }
Custom Unified Fields configured in your StackOne project
Example:
{
"my_project_custom_field_1": "REF-1236",
"my_project_custom_field_2": "some other value"
}
The candidate personal phone number
Example:
"+1234567890"
List of candidate phone numbers including the type of the number when available
Candidate name
Example:
"Romain Sestier"
Candidate first name
Example:
"Romain"
Candidate last name
Example:
"Sestier"
Candidate email
Example:
"sestier.romain123@gmail.com"
List of candidate social links
Candidate company
Example:
"Company Inc."
Candidate title
Example:
"Software Engineer"
Candidate hired date
Example:
"2021-01-01T01:01:01.000Z"
Candidate country
Example:
"United States"
The candidate custom fields
Was this page helpful?