> For the complete documentation index, see [llms.txt](https://docs.developers.symphony.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.developers.symphony.com/admin-guide/change-log/sbe-pod-api/archives/sbe-20.14.md).

# SBE - 20.14

## SBE API changes

### **Updated APIs**

* [Update Room](https://developers.symphony.com/restapi/reference/update-room-v3) & [Update IM](https://developers.symphony.com/restapi/reference/update-im) endpoint now allows bots to pin and unpin messages in **External** chats.
* [Room Members](https://developers.symphony.com/restapi/reference/room-members) endpoint now specifies if a user has been added into a room through a Group (addedThroughGroups).
* [Stream Info](https://developers.symphony.com/restapi/reference/stream-info-v2) endpoint now provides more information on Groups that are present in the room, through the groups attribute.
* [Create Room](https://developers.symphony.com/restapi/reference/create-room-v3) endpoint now allows to create External chat rooms with View history enabled, if the pod entitlement canCreateExternalRoomSharedHistory is enabled.
* [Update Message](https://developers.symphony.com/restapi/reference/update-message-v4) endpoint now supports a `silent` parameter (default: true). This parameter is not supported yet but will in a subsequent version allow to update a message that will be seen as 'unread'. Currently all updates are seen as already read.
* [Get User](https://developers.symphony.com/restapi/reference/get-user-v2), [List Users](https://developers.symphony.com/restapi/reference/list-users-v2), [Create User](https://developers.symphony.com/restapi/reference/create-user-v2) & Update User now return in addition of the status of the user (Enabled or Disabled) the **suspension status**.

### **Deprecated APIs**

* [Authenticate App (Cert)](https://developers.symphony.com/restapi/reference/application-authenticate) is deprecated. Only RSA authentication will be supported moving forward for extension applications.


---

# 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.developers.symphony.com/admin-guide/change-log/sbe-pod-api/archives/sbe-20.14.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.
