Employee Shift Mapping API
This API is used to map employees to respective shifts. By making use of this API, you can associate an employee, with his/her employee ID to a particular shift. The employee gets mapped to shift based on the given 'From' and 'To' date specified
Request URL
https://people.zoho.com/people/api/attendance/updateUserShift?dateFormat=<dateformat>&empId=<employee Id>&shiftName=<shift name>&fdate=<FromDate>&tdate=<toDate>
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Request Parameters
empId | Employee ID of an employee |
shiftName | Shift to be mapped |
fdate | From date |
tdate | To date |
dateFormat | Correct date format(optional) |
Note:Date Format- use Date Format of organisation or specify the format
Threshold Limit: 60 requests | Lock period: 5 minutes
Threshold Limit - Number of API calls allowed within a minute.
Lock Period - Wait time before consecutive API requests.