> 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/jp/backend/backend-api/older/backend-api-version-15.2.0.md).

# Backend API Version 15.2.0

## Bug Fixes

* KA-3782: Change SCIM GROUP PATCH implementation to return 204 Status
* KA-3588: Support for SSO Connect On-Prem alias checking on email changes
* KA-3578: Turning on Stay Logged In did not work the very first time
* KA-3756: Stay Logged In setting not honored on particular login flows
* KA-3626: Syslog push fails in EU
* KA-3638: Adding ARAM event causes throttling
* KA-3725: Various issues with record sharing
* KA-3718: User is unable to set alternate Master Password
* KA-3582: ARAM is missing the event "Removed User from Team"
* KA-3607: SSO does not send SessionIndex on SAML logout
* KA-3628: Entity ID fails to update when moving configuration
* KA-3674: Records fail to appear in shared folder after a team is added
* KA-3661: "Offline Master Password" role enforcement fails
* KA-3548: Error message appears when login to US SSO Cloud account in EU region
* KA-3514: Event is not triggered when delete command is used
* KA-3701: MSP Admin is unable to approve SSO Cloud users from Managed Companies
* KA-3719: File usage is not properly updated
* KA-3726: A server error is generated when deleting a team
* KA-3730: "Account Recovery Requested" ARAM event is not triggered
* KA-3741: Cloud SSO users that are also admins, require Master Password to export
* KA-3746: Errors are generated when deleting a record in a team shared folder
* KA-2654: Backend APIs for Admin Console login for customers with over 100k users
* KA-2837: Addition of new APIs for upcoming Record Types feature
* KA-3316: Create user event not reported in ARAM
* KA-3728: Sending hyperlink to invalid domain in some scenarios


---

# 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/jp/backend/backend-api/older/backend-api-version-15.2.0.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.
