---
title: "Subscribe a user to a specific channel"
method: PUT
path: "/me/channels/{channel_id}"
tags: ["Channels\\Subscriptions and subscribers"]
---

# Subscribe a user to a specific channel

`PUT /me/channels/{channel_id}`

This method causes a user to become the follower of the channel in question.

## Path parameters

- `channel_id` number, required

## Response `204`

The user is now a follower of the channel.

## Other responses

- `404` — No such channel exists.

## Changes

- **2019-02-08** `8e9ff8a1caf3` — 2 info
  - api tag `Channels\Subscriptions and subscribers` added
  - api tag `Channels\Subscriptions and Subscribers` removed
- **2018-12-05** `26f856a94041` — 2 info
  - api tag `Channels\Subscriptions and Subscribers` added
  - api tag `Channels\Subscriptions and subscribers` removed

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/me/channels/:channel_id/put.md)

---

[API](https://skmtc.dev/vimeo/apis/vimeo-api.md) · [All operations](https://skmtc.dev/vimeo/apis/vimeo-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vimeo/vimeo-api/revisions/ea882e0224a4/schema)
