# Forbidden | Field | Value | | --- | --- | | Type URI | `https://developer-next.ingrid.com/ingrid-api/errors/common/forbidden` | | Title | Forbidden | | Recommended Status | 403 Forbidden | ## Common Causes - The authenticated user does not have the required permissions - The resource is restricted to a different access level - The operation is not allowed for the current account ## Example Response ```json { "type": "https://developer-next.ingrid.com/ingrid-api/errors/common/forbidden", "title": "Forbidden", "status": 403, "detail": "You do not have permission to access this resource.", "trace_id": "abc-123-def-456" } ```