Hi,
we are currently trying to automate the Attendance Start and Stop. To do this, we need to send a request to the api with an token. The Documentation states that a User can create a token in the settings. (
https://www.zoho.com/people/api/auth-token.html)
Unfortunately I'm not able to find that function.
I was able to create an oauth token. This only enabled me to view previous attendance data, but when I try to create a check-in with my empId a permission denied value is returned.
How can we script the check in and check out for attendance via the api based on employee account tokens?