timeTracking
Starts a new time tracking for a user.
If there is already a running/paused time tracking it will be stopped automatically in order to start the new one.
<Check title="Required Permissions" icon="key">The user must be an admin or the creator.</Check>
post/users/{userId}/timetracking/start
Path parameters
userIdstring uuid required
The id of the user.
Headers
Authorizationstring required
Bearer authentication
Request body
Response
OK
Changes
Changed in 1 of the 5 revisions of this API.1
- ▲
the
timezonerequest property's minLength was increased from0to1request-property-min-length-increased
- ▲