[Bug] Anthropic API Error: Missing permissions when accessing organizations discoverability endpoint
Bug Description
After adding a custom skill to Claude Desktop, an error toast appears every time I navigate to the Settings page and every time I launch Claude Desktop:
"Missing permissions: members:manage required. Please check with one of your organization admins if you think this is in error."
I investigated using browser developer tools and found that a request to https://claude.ai/api/organizations/{uuid}/discoverability is returning a 403 error.
I'm on the Team plan with a Member role (not Admin/Owner) in my organization.
This appears to be a bug — the frontend is calling the /discoverability endpoint regardless of the user's role, and displaying an error toast instead of silently handling the 403 for users who don't have the members:manage permission.
This toast did not appear before I added the custom skill. It now appears persistently on every launch and settings navigation.
Would appreciate a fix so that this endpoint is either not called for non-admin users, or the 403 is handled gracefully without showing an error toast.
Environment Info
- Platform: linux
- Terminal: windows-terminal
- Version: 2.1.109
- Feedback ID: dc4f8669-e8aa-46ea-8ad2-ab0a860c4357
Errors
[]This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗