ClickUp connector read calls fail after disconnect and reauthentication
Environment
- Codex Desktop 26.727.40816 (build 6067)
- macOS 27.0 (build 26A5406e)
- Bundled ClickUp connector/plugin
- ClickUp account is the workspace owner
Reproduction
- Delete the previously connected ClickUp user.
- Uninstall the ClickUp plugin.
- Disconnect the bundled ClickUp connector separately.
- Sign in to ClickUp as the workspace owner.
- Reinstall and reconnect the plugin and connector.
- From a new verification task, run read-only workspace-members, hierarchy, and search calls.
Actual behaviour
The ClickUp tools are visible, but authenticated-principal identity, workspace access, and successful read acceptance cannot be established:
- No current-user or
whoamitool is exposed. - Explicit and implicit
get_workspace_memberscalls return:
````
Resource not found
get_workspace_hierarchyreturns the same error when the optionalmax_depthfield is omitted:
````
Resource not found
- A harmless workspace search returns:
````
Must join workspace to have access
The failures persist after uninstalling, disconnecting, reauthenticating, reinstalling, reconnecting, and testing in a new/current task.
No ClickUp writes were made. No personal email, workspace ID, names, task content, tokens, logs, or session transcripts are included.
Expected behaviour
After reconnecting as a workspace owner, read-only workspace members, hierarchy, and search calls should succeed. The connector should also expose a safe way to inspect the authenticated principal, so tool visibility, authentication, workspace access, and read acceptance can be distinguished.
Duplicate check
Exact-error searches in openai/codex found no matching open ClickUp report for either error.