---
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.

---

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