Allow org users to view their own usage metrics
Resolved 💬 1 comment Opened Apr 22, 2026 by Htruong-afk Closed May 28, 2026
Problem
Users with the claude_code_user role on organization plans have no way to check their own token consumption or usage metrics. The usage dashboard is only accessible to admins/primary owners.
Currently the only options are:
- Ask an org admin to pull per-user metrics
/statusshows session info but not monthly usage totals~/.claude.jsonhas local counters but no token/cost data
Proposal
Expose a self-service usage view for individual org users — either via:
- A CLI command (e.g.,
claude usageor/usage) - The claude.ai web UI (even for users with
claude_code_userrole) - An API endpoint scoped to the authenticated user's own data
Users should be able to see at minimum:
- Token consumption (input/output) for the current billing period
- Request counts
- Model breakdown
Why
Org users have no visibility into how much of the org's budget they're consuming, and no way to self-regulate without constantly asking their admin. This is a common need for cost-conscious teams.
🤖 Generated with Claude Code
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗