| List Users (Harvest v1/v2) | Retrieves a list of users. |
| Get User (Harvest v1/v2) | Retrieves a user by ID. |
| Create User (Harvest v1/v2) | Creates a new user. |
| Edit User (Harvest v1/v2) | Updates an existing user. |
| Disable User (Harvest v1/v2) | Disables an existing user. |
| Enable User (Harvest v1/v2) | Enables an existing user. |
| List Candidates (Harvest v1/v2) | Retrieves a list of candidates. |
| Get Candidate (Harvest v1/v2) | Retrieves a candidate by ID. |
| Create Candidate (Harvest v1/v2) | Creates a new candidate. |
| Delete Candidate (Harvest v1/v2) | Deletes a candidate by ID. |
| Edit Candidate (Harvest v1/v2) | Updates an existing candidate. |
| Delete Application (Harvest v1/v2) | Deletes an application by ID. |
| Edit Application (Harvest v1/v2) | Updates an application by ID. |
| Get Application (Harvest v1/v2) | Retrieves an application by ID. |
| List Applications (Harvest v1/v2) | Retrieves a list of applications. |
| Create Job (Harvest v1/v2) | Creates a new job. |
| Edit Job (Harvest v1/v2) | Updates a job by ID. |
| List Jobs (Harvest v1/v2) | Retrieves a list of jobs. |
| Get Job (Harvest v1/v2) | Retrieves a job by ID. |
| Raw Request (Harvest v1/v2) | Sends a raw HTTP request to Greenhouse. |
| List Users | Retrieves a list of users. |
| Get User | Retrieves a single user by ID. |
| Create User | Creates a new user in Greenhouse. |
| Edit User | Updates an existing user in Greenhouse. |
| Activate User | Activates an existing user. |
| Deactivate User | Deactivates an existing user. |
| List Candidates | Retrieves a list of candidates. |
| Get Candidate | Retrieves a single candidate by ID. |
| Create Candidate | Creates a new candidate, optionally with an application. |
| Edit Candidate | Updates an existing candidate. |
| Delete Candidate | Permanently deletes a candidate and all associated records. |
| List Applications | Retrieves a list of applications. |
| Get Application | Retrieves a single application by ID. |
| Edit Application | Updates an application by ID. |
| Delete Application | Permanently deletes an application by ID. |
| Reject Application | Rejects an application with a specified rejection reason. |
| Unreject Application | Reverses the rejection of an application. |
| List Attachments | Retrieves a list of attachments. |
| Create Attachment | Uploads or links an attachment to an application. |
| Delete Attachment | Permanently deletes an attachment from its application. |
| List Jobs | Retrieves a list of jobs. |
| Get Job | Retrieves a single job by ID. |
| Create Job | Creates a new job from an existing template. |
| Edit Job | Updates an existing job by ID. |
| Raw Request | Sends a raw HTTP request to Greenhouse. |