---
title: "Get Everyone Chat"
method: GET
path: "/team-messaging/v1/everyone"
tags: ["Teams"]
---

# Get Everyone Chat

`GET /team-messaging/v1/everyone`

Returns information about "Everyone" chat (a company level chat which includes all employees).

## Response `200`

Success

- EveryoneTeamInfo
  - `id` string — Internal identifier of a chat
  - `type` 'Everyone' — Type of chat
  - `name` string — Chat name
  - `description` string — Chat description
  - `creationTime` string, date-time — Chat creation datetime in ISO 8601 format
  - `lastModifiedTime` string, date-time — Chat last change datetime in ISO 8601 format

## Other responses

- `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)
