User Shift Check-in Status
Payload Parameters
| Field | Type | Required | Description | Format Allowed |
|---|---|---|---|---|
| kindlyShiftId | String | ✔ | Shift's ID. | Any string value |
| kindlyUserId | String | ✔ | User's ID. | Any string value |
| status | String | ✔ | The check-in status for the provided User and Shift. | Any string value |
| isCheckedIn | Boolean | ✔ | Whether the check-in for the provided User and Shift was successful | Any boolean value |
Example Object Payload
{
"kindlyShiftId": "e0b4a43800a24116ad269608ec0178d7",
"kindlyUserId": "10473963d373401fa1430096bfb38da7",
"status": "Checked in successfully",
"isCheckedIn": true
}
Available Statuses
| Status | Description |
|---|---|
| Checked in successfully | When the User is successfully checked in on the Shift. |
| Failed : User is not registered in this shift | When the User is not registered in the Shift. |
| Failed : User does not exist in Kindly | When the User is not found in Kindly. |