---
title: "Get all the users that a user is following"
method: GET
path: "/users/{user_id}/following"
tags: ["Users\\Followers"]
---

# Get all the users that a user is following

`GET /users/{user_id}/following`

This method returns all users that the authenticated user is following.

## Path parameters

- `user_id` number, required

## Query parameters

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

## Response `200`

The followed users were returned.

## Changes

> 13 revisions in range; 1 could not be searched.

- **2019-04-05** `0c896426684d` — 2 info
  - api tag `Users\Followers` added
  - api tag `Users\Follows` removed
- **2018-12-05** `26f856a94041` — 2 info
  - api tag `Users\Follows` added
  - api tag `Users\Followers` removed

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