user-info
Retrieve detailed Todoist account details: user ID, full name, email, timezone with local time, week start preference, current week dates, daily and weekly goal progress, and subscription plan.
Instructions
Get comprehensive user information including user ID, full name, email, timezone with current local time, week start day preferences, current week dates, daily/weekly goal progress, and user plan (Free/Pro/Business).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | Yes | The user plan. | |
| type | Yes | The type of the response. | |
| Yes | The email address of the user. | ||
| userId | Yes | The user ID. | |
| fullName | Yes | The full name of the user. | |
| startDay | Yes | The start day of the week (1 = Monday, 7 = Sunday). | |
| timezone | Yes | The timezone of the user. | |
| dailyGoal | Yes | The daily goal for task completions. | |
| weeklyGoal | Yes | The weekly goal for task completions. | |
| weekEndDate | Yes | The end date of the current week (YYYY-MM-DD). | |
| startDayName | Yes | The name of the start day. | |
| weekStartDate | Yes | The start date of the current week (YYYY-MM-DD). | |
| completedToday | Yes | The number of tasks completed today. | |
| currentLocalTime | Yes | The current local time of the user. | |
| currentWeekNumber | Yes | The current week number of the year. |