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

# Get all the users that a user is following

`GET /me/following`

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

## Query parameters

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

## Response `200`

The followed users were returned.

---

[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)
