Skip to main content

User Shift Unregistration Status

Payload Parameters

FieldTypeRequiredDescriptionFormat Allowed
kindlyShiftIdStringShift's ID.Any string value
kindlyUserIdStringUser's ID.Any string value
statusStringThe unregistration status for the provided User and Shift.Any string value
Example Object Payload
{
"kindlyShiftId": "e0b4a43800a24116ad269608ec0178d7",
"kindlyUserId": "10473963d373401fa1430096bfb38da7",
"status": "Successfully Unregistered"
}

Available Statuses

StatusDescription
Successfully UnregisteredWhen the User is successfully unregistered from the Shift.
Failed : User is not registered in this shiftWhen the User is not found in Kindly.
Failed : {{Dynamic Error Message}}Any exception that occurred.