---
title: "Add Chat to Favorites"
method: POST
path: "/team-messaging/v1/chats/{chatId}/favorite"
tags: ["Chats"]
---

# Add Chat to Favorites

`POST /team-messaging/v1/chats/{chatId}/favorite`

Adds the specified chat to the users's list of favorite chats.

## Path parameters

- `chatId` string, required

## Response `204`

No Content

## Other responses

- `400` — Favorite chat list is limited to 250 unique chats
- `403` — User is not member of chat
- `404` — Chat not found

---

[API](https://skmtc.net/ringcentral/apis/ringcentral-api.md) · [All operations](https://skmtc.net/ringcentral/apis/ringcentral-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ringcentral/ringcentral-api/versions/8d602198ec97/schema)
