Add Candidate API

Candidates can be added to the organization using insert record API

Request URL:

https://people.zoho.in/people/api/forms/json/Candidate/insertRecord?inputData=<inputData>​

Header:

Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Request Parameter:

userIdInput data for candidate record in JSON format. For Employee addition, “First_Name”, “Last_Name”, “Email_ID” should be passed in input data mandatorily

 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.

Request URL

Copiedhttps://people.zoho.in/people/api/forms/json/employee/insertRecord?inputData={First_Name:'steves',Last_Name:'V',Email_ID:'steves17@personal.tk'}

Header

CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Response

Copied{"response":{"result":{"pkId":"479732000000860055","message":"Successfully Added"},"message":"Data added successfully","uri":"/api/forms/json/Candidate/insertRecord","status":0}}