Skip to main content

User Shift Check-in Status

Payload Parameters

FieldTypeRequiredDescriptionFormat Allowed
kindlyShiftIdStringShift's ID.Any string value
kindlyUserIdStringUser's ID.Any string value
statusStringThe check-in status for the provided User and Shift.Any string value
isCheckedInBooleanWhether the check-in for the provided User and Shift was successfulAny boolean value
Example Object Payload
{
"kindlyShiftId": "e0b4a43800a24116ad269608ec0178d7",
"kindlyUserId": "10473963d373401fa1430096bfb38da7",
"status": "Checked in successfully",
"isCheckedIn": true
}

Available Statuses

StatusDescription
Checked in successfullyWhen the User is successfully checked in on the Shift.
Failed : User is not registered in this shiftWhen the User is not registered in the Shift.
Failed : User does not exist in KindlyWhen the User is not found in Kindly.