Attendance APIs
Using the attendance APIs, you can check in an user, or check out an user from the mobile app.
Check In User
Purpose
To check in the user to the mobile app. The check in entries for a user will be listed under the Attendance section of the Related List tab in the User Details page.
Request URL
https://fsm.zoho.com/fsm/v1/Attendance/actions/checkin
Request Method
POST
Scope
scope=ZohoFSM.modules.Attendance.CREATE
Permission Required
CheckIn/CheckOut of Attendance
Request Body Parameters
Name | Type | Description |
Check_In_Time | String | The time at which you want to check in the user. If Check_In_Time is not included, then the current time will be considered as the check in time. |
user | String | The id of the user. This is a mandatory key. |
Sample Request
Copied
Sample Input
Copied
Sample Success Response
Copied
Sample Error Response
Copied
Sample Error Response
Copied
Sample Error Response
Copied
Sample Error Response
Copied