CHW-4506 AdminOrgIDRequired
org_id query parameter is required for this admin endpoint
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: org_id query parameter is required for this admin endpoint
HTTP status:400(client)
Problem. An admin endpoint that takes an org_id query parameter
(e.g. /api/admin/usage/limits) returned 400. Cause. The
parameter was absent. Fix. Append ?org_id=<id> to the URL.
HTTP 400.