---
title: "Get all the followers of a channel"
method: GET
path: "/channels/{channel_id}/users"
tags: ["Channels\\Subscriptions and subscribers"]
---

# Get all the followers of a channel

`GET /channels/{channel_id}/users`

This method gets all the followers of a specific channel.

## Path parameters

- `channel_id` number, required

## Query parameters

- `direction` 'asc' | 'desc'
- `filter` 'moderators', required
- `page` number
- `per_page` number
- `query` string
- `sort` 'alphabetical' | 'date'

## Response `200`

The followers were returned.

## Other responses

- `404` — No such channel exists.

## Changes

- **2019-02-08** `8e9ff8a1caf3` — 1 breaking, 3 info
  - the `query` request parameter `filter` became required
  - api tag `Channels\Subscriptions and subscribers` added
  - api tag `Channels\Subscriptions and Subscribers` removed
  - removed the non-success response with the status `400`
- **2018-12-05** `26f856a94041` — 4 info
  - api tag `Channels\Subscriptions and Subscribers` added
  - api tag `Channels\Subscriptions and subscribers` removed
  - the `query` request parameter `filter` became optional
  - added the non-success response with the status `400`

[Change history](https://skmtc.dev/vimeo/apis/vimeo-api/changes/channels/:channel_id/users/get.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)
