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

    Request Examples

    Example Request

    POST
    /clockin.json
    curl --request GET \
         --url https://{site_name}.teamwork.com/stats.json

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

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