---
title: "Check if a user follows a channel"
method: GET
path: "/users/{user_id}/channels/{channel_id}"
tags: ["Channels\\Subscriptions and subscribers"]
---

# Check if a user follows a channel

`GET /users/{user_id}/channels/{channel_id}`

This method determines whether a specific user is a follower of the channel in question.

## Path parameters

- `channel_id` number, required
- `user_id` number, required

## Response `204`

The user follows 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)
