Reopen Onboarding API
This API is used to reopen onboarding for a candidate.
Request URL:
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameters:
candidateemail | xyz@test.com |
(or) | |
candidateid | CND144 |
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:
Copied https://people.zoho.com/api/candidate/reopen
Header:
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Sample Response - Success
Copied{
"msg": "success",
"code": 7000,
"candidateId": 352392000008289004
}
Sample Response - Failure
Copied{
"msg": "Sorry, Error occured.",
"code": 7033
}