Skip to main content
PUT
Replace Global Pinned Conversations
An app can pin up to 5 conversations globally, shown at the top for every end user. Exceeding this limit returns ERR_SYSTEM_PINNED_CONVERSATIONS_LIMIT_EXCEEDED. For the complete error reference, see Error Guide.

Authorizations

apikey
string
header
required

API Key with fullAccess scope(i.e. Rest API Key from the Dashboard).

Body

application/json
pinnedConversations
object[]
required

The conversations to pin at the top for every end user, in the order they should appear. Each entry names either a user (uid) or a group (guid). Entries left out of the array are unpinned. Send an empty array to clear the list. Repeated entries are kept once, at their first position.

Example:

Response

The new global pinned conversation list, in display order

data
object[]