Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
User → Get Profile
AI-generatedOverview
This node interacts with the TickTick API to retrieve user profile information. It supports multiple authentication methods including Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). This node is useful for scenarios where you need to fetch and use user profile data from TickTick within an automation workflow, such as displaying user details or integrating user data with other systems.
Use Case Examples
- Fetching the current user's profile information to personalize a dashboard.
- Retrieving user details to synchronize with an external CRM system.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for accessing the TickTick API. Options include Access Token (V1 API), Email/Password (V2 API), and OAuth2 (V1 API). |
Output
JSON
json- The JSON output contains the user profile data retrieved from TickTick.
Dependencies
- Requires TickTick API credentials depending on the selected authentication method: an access token, email/password session credentials, or OAuth2 tokens.
Troubleshooting
- If the node throws an 'Unsupported operation' error, verify that the resource and operation names are correct and supported.
- Authentication errors may occur if the provided credentials are invalid or expired; ensure credentials are correctly configured and valid.
- Network or API errors might cause failures; check internet connectivity and TickTick API status.