POST/clockin.json

Quick log for another user

Pass in the person's ID in the body of the request to create a quick log entry for them. This can only be done if you are an admin or site owner.


Body Params

    • Name
      clockIn
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "STATUS": "OK"
    }