# ForbiddenResponseError Forbidden - Authentication successful but insufficient permissions ## Fields | Field | Type | Required | Description | Example | | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | | `error` | [models.ForbiddenResponseErrorData](../models/forbiddenresponseerrordata.md) | :heavy_check_mark: | Error data for ForbiddenResponse | {
"code": 403,
"message": "Only provisioning keys can perform this operation"
} | | `user_id` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A | |