Skip to main content

WordPress: Sorry, You Are Not Allowed to Do That

This error usually means the connected account lacks capability for the requested action or the request is being blocked before permissions are evaluated.

Typical causes

  • User role is Author/Contributor instead of Editor/Admin
  • REST API permissions are restricted by plugin/security policy
  • Authentication mismatch (expired or incorrect Application Password)
  • Host firewall/WAF blocks request path

Fix checklist

  1. Confirm connected user role is Editor or Administrator.
  2. Regenerate Application Password and reconnect integration.
  3. Verify REST API endpoint:
    • https://yourdomain.com/wp-json
  4. Temporarily disable security restrictions that block REST writes.
  5. Retry a single test publish as draft.

Plugin and host controls to check

  • Security plugin REST/login restrictions
  • XML-RPC/REST hardening options
  • Cloudflare or host WAF custom rules
  • Rate limiting or bot protection for API routes

Recovery flow

  1. Resolve role/capability issue.
  2. Reconnect Jottler credentials.
  3. Publish one test item.
  4. Re-enable protections with allowlist rules if needed.