- Overview
- Authentication
- API Limits
- Forms API
- POSTInsert Record API
- POSTInsert Record API for Adding Employees
- POSTUpdate Record API
- GETGet Bulk Records API
- POSTAdd Department API
- GETFetch Forms API
- GETFetch Single Record API
- GETFetch Single Record API (Section Wise)
- GETGet Related Records API
- GETSearch Records Based on Record Values
- Appendix
- GETGet Fields of Form API
- Cases API
- Timesheet API
- Onboarding API
- Announcements API
- Leave API
- Attendance API
- Compensation API
- GETFetch Components API
- GETFetch Components by ID API
- GETFetch Salary Components API
- GETFetch Packages API
- GETFetch Package by ID API
- GETFetch Package Components API
- GETFetch Currencies API
- GETFetch Currency by ID
- GETFetch Revisions API
- GETFetch Revisions by ERECNO API
- GETFetch Revision Letters by ERECNO API
- GETPreview Revision Letter by Revision ID API
- GETDownload Revision Letter by Revision ID API
- GETFetch My Compensation API
- GETFetch Reasons API
- GETFetch Settings API
- PUTCancel Revision API
- GETFetch Salary API
- GETFetch Single Employee Salary API
- POSTAdd Salary API
- PUTUpdate Salary API
- Compensation API Error Codes
- Record Count API
- LMS API
- Files API
- View API
- Status Codes
- Error Codes API
- HTTP Request Methods
Add Candidate API
This API is used to modify the field values of a specific candidate.
Request URL:
https://people.zoho.com/people/api/forms/<inputType>/Candidate/updateRecord?inputData=<inputData>&recordId=<recordId>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameter:
input data | {First_Name:'value',Last_Name:'value1',Mobile:'value2'} |
userId | Specified the record ID of the candidate being edited |
Threshold Limit: 30 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.
Sample Request
Copiedhttps://people.zoho.in/people/api/forms/json/Candidate/updateRecord?inputData={Mobile:'9756786578', Other_Email:'steves17@abccorpltd.tk'}&recordId=479732000000162407
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Sample Response
Copied{"response":{"result":{"pkId":"479732000000162407","message":"Successfully Updated"},"message":"Data updated successfully","uri":"/api/forms/json/Candidate/updateRecord","status":0}}
© 2025, Zoho Corporation Pvt. Ltd. All Rights Reserved.