ErrorsBy category
Accounts errors
All error codes returned by the Accounts endpoints (16 total).
Every error returned by the Accounts endpoints. Click any code for the full example response and localized messages.
| Code | Message |
|---|---|
CLAIM_TOKEN_HOLDER_MISMATCH | That account already has a holder with a different email. Omit the field to re-issue the link to them. |
DISPLAY_NAME_BLANK | The account name must not be blank. |
GRANT_ACCESS_LEVEL_INVALID | A grant's access level must be VIEW or OPERATE. To remove access to a company, omit it from the set. |
GRANT_COMPANY_NOT_IN_ACCOUNT | One of the specified companies does not belong to this account. |
GRANT_NOT_FOUND | This member has no access to that company. |
GRANTS_ONLY_FOR_MEMBER | Per-company access can only be granted to members with the MEMBER role. |
INVITATION_NOT_FOUND | No pending invitation with that id in this account. |
LAST_OWNER_PROTECTED | You cannot leave the account without an owner: at least one OWNER must remain. |
MEMBER_ALREADY_IN_ACCOUNT | That person is already a member of the account. |
MEMBER_NOT_FOUND | No such member in this account. |
OWNER_ROLE_NOT_ASSIGNABLE | The OWNER role cannot be assigned: account ownership is only handed over through transfer-ownership. |
PROVISIONING_ACCOUNT_CLAIMED | Management of that account ended and its holder has already claimed it: only they can grant you access again from their account. |
PROVISIONING_ACCOUNT_NOT_ACCESSIBLE | That account is not managed by your organisation. |
PROVISIONING_EMAIL_ALREADY_REGISTERED | That email already has a Beel account. Use a different email, or ask the owner to grant you access from their account. |
PROVISIONING_EXTERNAL_REF_CONFLICT | An account with that external reference already exists; retry the request and the existing account will be returned. |
TRANSFER_TARGET_ALREADY_OWNER | That member is already an owner; ownership cannot be transferred to them. |