INSUFFICIENT_SCOPE

HTTP 403

What it means

Token does not have the required scope for this operation.

What to do

Re-authenticate with the required scope, or ask your tenant administrator to grant it to this MCP client.

Envelope

{
  "error": {
    "code": "INSUFFICIENT_SCOPE",
    "http_status": 403,
    "message": "Token does not have the required scope for this operation.",
    "remediation_hint": "Re-authenticate with the required scope, or ask your tenant administrator to grant it to this MCP client.",
    "docs_url": "https://developers.cognethics.com/errors/INSUFFICIENT_SCOPE",
    "request_id": "0f2c9b6e-...",
    "details": {}
  }
}

Back to Errors & status codes.