Parameter | Description |
---|---|
Candidate ID | The candidate ID of the candidate to edit. Can be obtained using the List Candidates action. |
Company | The candidate’s company. |
Coordinator Email | The email of the new coordinator. Either the ID or email must be present. |
Coordinator ID | The ID of the new coordinator. Either the ID or email must be present. |
First Name | The candidate’s first name. |
Last Name | The candidate’s last name. |
On Behalf Of | ID of the user issuing this request. Required for auditing purposes. |
Recruiter Email | The email of the new recruiter. Either the ID or email must be present. |
Recruiter ID | The ID of the new recruiter. Either the ID or email must be present. |
Title | The candidate’s title. |
Parameter | Description |
---|---|
Addresses | A json array of addresses. For example: [ { "value": "123 Fake St.", "type": "home" } ] |
Custom Fields | The custom fields of the user. For more information regarding this parameter, refer to Greenhouse’s Documentation under `Custom Field Parameters’. |
Email Addresses | A json array of email addresses. For example: [ { "value": "john.locke+work@example.com", "type": "work" } ] |
Is Private | Whether the candidate is private or not. |
Phone Numbers | A json array of phone numbers. For example: [ { "value": "222-555-4608", "type": "home" } ] |
Social Media Addresses | A json array of social media addresses. For example: [ { "value": "linkedin.example.com/john.locke" } ] |
Tags | A json array of tags as strings. For example: [ "Walkabout", "Orientation" ] |
Website Addresses | A json array of website addresses. For example: [ { "value": "johnlocke.example.com", "type": "personal" } ] |