---
title: "Follow a specific user"
method: PUT
path: "/me/following/{follow_user_id}"
tags: ["Users\\Followers"]
---

# Follow a specific user

`PUT /me/following/{follow_user_id}`

This method causes the authenticated user to become the follower of another user.

## Path parameters

- `follow_user_id` number, required

## Response `204`

The user was followed.

## Other responses

- `403` — The authenticated user can't add followers.

## Changes

- **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/me/following/:follow_user_id/put.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)
