[BUG] Personal Pro subscription blocked in Claude Code — "organization has disabled subscription access"
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Claude Code blocks all requests with "Your organization has disabled Claude subscription access for Claude Code · Use an Anthropic API key instead, or ask your admin to enable access" — even though I have an active, paid Claude Pro subscription.
This is a personal account, not Team/Enterprise, so there is no admin who could have disabled anything. This matches the pattern reported in issues #72027 and #82700 — appears to be a server-side entitlement sync bug affecting auto-generated personal organizations.
Expected: Claude Code should authenticate and work normally using my active Claude Pro subscription, without requiring a separate API key.
What Should Happen?
Claude Code should authenticate successfully using my active, paid Claude Pro subscription and allow normal usage — without requiring an API key and without showing any "organization disabled" or "subscription required" errors.
Error Messages/Logs
Your organization has disabled Claude subscription access for Claude Code · Use an Anthropic API key instead, or ask your admin to enable access
After /logout → /login retry:
Claude Max or Pro is required to connect to Claude Code. Sign up for a Max or Pro subscription to connect your account, or use your API key.
Steps to Reproduce
- Run
claudein the terminal - Run
/loginand authenticate with Claude Pro account (zowach1q@gmail.com) - Send any request — error appears immediately: "Your organization has disabled Claude subscription access for Claude Code"
- Run /logout, then /login again — instead of resolving, it escalates to a stricter block during the OAuth flow itself (see Error Messages above)
- Reinstalled via
curl -fsSL https://claude.ai/install.sh | bash— issue persists
/status output:
Version: 2.1.169
Login method: Claude Pro account
Organization: zowach1q@gmail.com's Organization
Email: zowach1q@gmail.com
Platform: darwin (macOS), Apple_Terminal
ANTHROPIC_API_KEY: not set
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.169
Platform
Anthropic API
Operating System
macOS
Terminal/Shell
Terminal.app (macOS)
Additional Information
This appears to be a server-side entitlement/org sync bug rather than a local configuration issue — I've already tried:
- Confirming ANTHROPIC_API_KEY is not set
- Full /logout → /login cycle
- Full reinstall via the official curl install script
None of these resolved it. Similar reports: #72027, #82700, #68212, #63886.
<img width="729" height="309" alt="Image" src="https://github.com/user-attachments/assets/7cd6f58d-83cc-4f62-a1d7-32a9b43e501b" />
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗