CHW-1501 OrgContextRequired

an organisation context is required to read usage data; switch into a specific org before retrying

Default message: an organisation context is required to read usage data; switch into a specific org before retrying
HTTP status: 403 (client)

Problem. /api/usage/overview returned 403 even though the caller is authenticated. Cause. The identity has no OrgID binding (a SCIM synthetic identity, or a global-admin session that has not been scoped to an org), so the handler refuses to fall back to the default org and leak that org’s numbers. Fix. Switch into a specific organisation (use the org switcher / set the active org) before retrying. HTTP 403.