Documentation

UPDATE_ROLE_FAILED

400invalid_request

The role change was rejected by a domain rule.

Cause

A BillEBox membership rule refused the role change — most often demoting the last remaining owner.

How to fix it

Promote another owner first, then retry.

Example response

400 UPDATE_ROLE_FAILED
JSON
{
  "error_code": "UPDATE_ROLE_FAILED",
  "error_type": "invalid_request",
  "error_message": "The role change was rejected by a domain rule.",
  "hint": "Promote another owner first, then retry.",
  "docs_url": "https://docs.billerapi.com/errors/UPDATE_ROLE_FAILED",
  "request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}

Related

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

Was this page helpful?