---
title: "Upload File"
method: POST
path: "/team-messaging/v1/files"
tags: ["Posts"]
---

# Upload File

`POST /team-messaging/v1/files`

Posts a file.

## Query parameters

- `groupId` integer
- `name` string

## Response `200`

Success

- TMAddFileRequest
  - `id` string, required — Internal identifier of a file
  - `contentUri` string, uri, required — Link to binary content
  - `name` string — Name of a file

## Other responses

- `400` — Some of the parameters are missing or have invalid format
- `415` — Media type is not supported

---

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