Actions41
- Focus Actions
- Habit Actions
- Project Actions
- Project Group Actions
- Sync Actions
- Tag Actions
- Task Actions
- User Actions
Project → Get Users
AI-generatedOverview
This node operation retrieves the list of users associated with a shared project in TickTick. It is useful for scenarios where you need to manage or view users collaborating on a specific project, such as team task management or project sharing insights.
Use Case Examples
- Get all users shared on a specific project to display their roles or permissions.
- Fetch users to notify them about project updates or changes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to access the TickTick API, including Access Token (V1 API), Email/Password (V2 API), or OAuth2 (V1 API). |
| Project | Specifies the shared project to get users from. Only projects shared with other users are shown. Can be selected from a list or specified by ID. |
Output
JSON
users- Array of user objects associated with the specified shared project.
Dependencies
- Requires authentication credentials for TickTick API access, which can be an access token, email/password session, or OAuth2 token.
Troubleshooting
- Common issues include authentication failures due to incorrect or expired credentials. Ensure the selected authentication method is valid and credentials are up to date.
- If the project ID is invalid or the project is not shared, the node may return an error or empty user list. Verify the project exists and is shared with other users.
- Errors related to unsupported operations indicate a mismatch between resource and operation parameters; ensure 'Project' resource and 'Get Users' operation are correctly selected.