---
title: "Get Company Info"
method: GET
path: "/team-messaging/v1/companies/{companyId}"
tags: ["Profile"]
---

# Get Company Info

`GET /team-messaging/v1/companies/{companyId}`

Returns information about one or more companies by their IDs.

## Path parameters

- `companyId` string, required

## Response `200`

Success

- TMCompanyInfo
  - `id` string, required — Internal identifier of a company (RingCentral account ID)
  - `name` string — Name of a company
  - `domain` string — Domain name of a company
  - `creationTime` string, date-time, required — Datetime of creation in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)
  - `lastModifiedTime` string, date-time, required — Datetime of last modification in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)

## Other responses

- `207` — Mixed Result
- `403` — You do not have permissions to get such kind of information
- `404` — Company 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/revisions/8d602198ec97/schema)
