Skip to main content

Edit user status

Edit a user's status for a specific date

Path Parameters
    companyID companyID required

    The id of the company

    userID userID required

    The id of the user

    date date required

    The date to edit the status for (YYYY-MM-DD)

Request Body

Status fields to update

    locationIDMorning string

    Location ID for the morning

    locationIDAfternoon string nullable

    Location ID for the afternoon

Responses

The updated status


Schema
    date date

    The date of the status

    locationIDMorning string

    Resolved ID for the morning

    locationIDAfternoon string nullable

    Resolved ID for the afternoon

Loading...