v1
latestOpenAPI 3.1.02026-08-066984441.1 MBtimeTracking
Stops the currently running time tracking of the specified user.
The request body is optional. You can provide a stopReason to indicate how the tracking was stopped. For external API clients, the stopReason is automatically set to "external-api" regardless of what is provided. For this operation to work there must be a running time tracking for the user.
<Check title="Required Permissions" icon="key">The user must be an admin or the creator.</Check>
post/me/timetracking/stop
Query parameters
userIdstring uuid
The id of the user.
Headers
Authorizationstring required
Bearer authentication
Request body
StopTimeTrackingForm required
Form for stopping a time tracking.
Response
OK