> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/backend/backend-api/older/backend-api-version-14.7.11.md).

# Backend API Version 14.7.11

## Features & Benefits

* Text Message 2FA codes now include the platform requesting the code (Web Vault, Desktop App, iOS, Android, Console, etc...)
* Updated template content for default Enterprise invitation
* Support for Yubikey 5Ci Hardware Security Key

## Bug Fixes

* Fixed: Account recovery flow when customer attempts recovery in wrong geographic data center
* Fixed: Admin is unable to delete a user having many record revisions
* Fixed: Cannot create a family plan if once was admin of a family plan
* Fixed: User is member of a Team and can receive shares in Shared Folder, but not add the Team to a Shared Folder.
* Fixed: Shared folders in Account Transfer do not retain permissions.
* Resolved: Prevent user from linking a personal license to existing business license from a different data center region.
* Fixed: Removing a favorite from a record does not sync with other platforms.

Subsequent releases 14.7.12, 14.7.13, 14.7.14 and 14.7.15 resolved the following bugs:

* Fixed: Issue decrypting old device session tokens
* Fixed: Custom email templates reverting to default template in certain sub-nodes
* Fixed: Personal license validation link produces 404 error
* Fixed: SCIM provisioning failing with 400 error
* Fixed: Free Data Breach Scan in EU region generating confusing error message
* Fixed: Hyperlink to signup from SSO-provisioned user inside email template generated 404 error

## Security Updates

* Prevent external SIEM host connectivity test misuse by enumerating ports on the local network


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/backend/backend-api/older/backend-api-version-14.7.11.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
