---
title: "Check if a user is following another user"
method: GET
path: "/me/following/{follow_user_id}"
tags: ["Users\\Followers"]
---

# Check if a user is following another user

`GET /me/following/{follow_user_id}`

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

## Path parameters

- `follow_user_id` number, required

## Response `204`

The authenticated user follows the user in question.

## Other responses

- `404` — The authenticated user doesn't follow the user in question.

---

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