accounts.write_denied
The caller's workspace role does not have write permission for this operation.
accounts.write_denied is returned when the authenticated workspace member's role does not grant write permission for the requested operation. This covers all state-mutating routes across numbers, wallet, webhooks, API keys, storage, and membership management.
The caller is a workspace member with a read-only role (e.g., viewer) and attempted a POST, PATCH, PUT, or DELETE request. Role assignments are managed by owners and admins.
An owner or admin must either elevate the caller's role or perform the operation themselves.
{
"error": {
"code": "accounts.write_denied",
"message": "your role does not permit write operations",
"request_id": "req_01900000abc"
}
}