Your organization has disabled Claude subscription access for Claude Code · Use an Anthropic API key instead, or ask your admin to enable access
Bug Description
Subject: Claude Code blocked with oauth_org_not_allowed on personal Max account — request to re-enable subscription access
Body:
Hi,
My Claude Code CLI is returning "Your organization has disabled Claude subscription access for Claude Code" on every request, including a plain "hello" with no MCP servers involved. I'd like the subscription-access setting on my organization re-enabled.
Account details:
Email / login: emmanuelmiller355@yahoo.com
Plan: Claude Max (personal account, not Team/Enterprise — I am not an admin who disabled anything)
Organization: "emmanuelmiller355@yahoo.com's Organization"
Claude Code version: 2.1.161 (native, darwin-arm64)
Error code: oauth_org_not_allowed (403 permission_error)
What I've already verified locally:
/status shows Login method = Claude Max account, correct email, no stray API key
/doctor is clean: OAuth token present, subscriber auth active, org UUID resolved, talking to first-party api.anthropic.com, not disabled by disableRemoteControl
Restarting and confirming I'm on the latest version did not change anything
The error reproduces on a bare prompt with MCP disabled, so it's not a client/config/env issue
Since this is a server-side org setting that can't be overridden locally, I believe it needs to be cleared on your end. I'm not sure what triggered it — /status and /doctor are clean and I haven't changed anything. For transparency, this account has previously had third-party tooling (OpenClaw) connected, though it hasn't been actively routing Claude recently; my current work is direct development on a separate project. If any past usage flagged the account, I'd appreciate knowing what it was and what I need to do to restore direct Claude Code access and keep it in good standing.
I'll include the Feedback ID generated when I reproduce the error via /feedback.
Thanks,
Emmanuel Miller
Environment Info
- Platform: darwin
- Terminal: Apple_Terminal
- Version: 2.1.161
- Feedback ID: c6ae9013-15d5-4a1e-9546-00cabcfa826e
Errors
[{"error":"Error: 403 {\"type\":\"error\",\"error\":{\"type\":\"permission_error\",\"message\":\"OAuth authentication is currently not allowed for this organization.\"},\"request_id\":\"req_011CbgJ948Mh4ZGLn2h6zYQK\"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:64845)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:51:7694)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-06-03T12:05:30.544Z"},{"error":"Error: 403 {\"type\":\"error\",\"error\":{\"type\":\"permission_error\",\"message\":\"OAuth authentication is currently not allowed for this organization.\"},\"request_id\":\"req_011CbgJQirSCVSjNVzrFXT3D\"}\n at generate (/$bunfs/root/src/entrypoints/cli.js:11:64845)\n at makeRequest (/$bunfs/root/src/entrypoints/cli.js:51:7694)\n at processTicksAndRejections (native:7:39)","timestamp":"2026-06-03T12:09:02.981Z"}]This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗