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.
Request Examples
Example Request
POST
/clockin.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"STATUS": "OK"
}