INVALID_ROLE
400invalid_requestThe supplied role is not a recognized value.
Cause
The role on the request is not one of the recognized BillEBox membership roles.
How to fix it
Use one of the documented role values and retry.
Example response
400 INVALID_ROLE
JSON
{
"error_code": "INVALID_ROLE",
"error_type": "invalid_request",
"error_message": "The supplied role is not a recognized value.",
"hint": "Use one of the documented role values and retry.",
"docs_url": "https://docs.billerapi.com/errors/INVALID_ROLE",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/INVALID_ROLE
Was this page helpful?