get_user
Retrieve user profile and statistics from WakaTime to track development activity and coding metrics for productivity analysis.
Instructions
Retrieve the given user.
operationId: get-wakatime-user summary: Retrieve the given user description: Mimics https://wakatime.com/developers#users tags: [wakatime] parameters:
name: user in: path description: User ID to fetch (or 'current') required: true schema: type: string responses: 200: description: OK schema: v1.UserViewModel
Requires ApiKeyAuth: Set header Authorization
to your API Key
encoded as Base64 and prefixed with Basic
.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
user | No | current |