# E02035 — InsufficientScope

Your credential has not been granted a permission scope this request requires.

- **HTTP status**: `403`
- **Type**: `permission_error`
- **Name**: `InsufficientScope`

## What to do

Re-authenticate with a credential that has been granted the required scope, then retry.

## Related

- [Authentication](/docs/api/authentication): scopes and workspace roles
- [E02xxx — Auth & identity](/docs/api/errors/E02xxx): every code in this range
- [Errors](/docs/api/errors): the full wire contract, status mapping, and error catalog
- [Error handling](/docs/guides/errors): branching on `type` and `code`, validation details, and `vendor_code`