# Time Tracking Track and manage time entries ## Start Time Tracking - [POST /time-tracking/start](https://api-docs.webwork-tracker.com/api/time-tracking/starttimetracking.md): Start time tracking (clock in) for a user. Workspace owners and executive managers can start tracking for any member in their workspace. Regular users can only start tracking for themselves. If the user already has an active tracker, the request will be rejected. The system will forward the tracking request to the background service. ## Stop Time Tracking - [POST /time-tracking/stop](https://api-docs.webwork-tracker.com/api/time-tracking/stoptimetracking.md): Stop the current active time tracker (clock out) for the authenticated user. If there is no active tracker, the request will be rejected. The system will forward the stop request to the background service.