Documentation

INSUFFICIENT_ROLE

403auth

Your role is below the role this endpoint requires.

Cause

You hold an active membership, but at a role that is not permitted to perform this action.

How to fix it

Ask an account owner to raise your role, then retry; or have an owner perform the action.

Example response

403 INSUFFICIENT_ROLE
JSON
{
  "error_code": "INSUFFICIENT_ROLE",
  "error_type": "auth",
  "error_message": "Your role is below the role this endpoint requires.",
  "hint": "Ask an account owner to raise your role, then retry; or have an owner perform the action.",
  "docs_url": "https://docs.billerapi.com/errors/INSUFFICIENT_ROLE",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

Canonical docs URL: https://docs.billerapi.com/errors/INSUFFICIENT_ROLE

Was this page helpful?