---
title: "Creates the following between a user and user with targetUserId"
method: POST
path: "/v1/users/{targetUserId}/follow"
tags: ["Interactions"]
---

# Creates the following between a user and user with targetUserId

`POST /v1/users/{targetUserId}/follow`

## Path parameters

- `targetUserId` integer, required

## Request body

- RobloxWebCaptchaModelsRequestCaptchaTokenRequest
  - `captchaId` string
  - `captchaToken` string
  - `captchaProvider` string
  - `challengeId` string

## Response `200`

OK

- RobloxFriendsApiCaptchaStatusResponseModel — This is response model to notify when action succeeded, failed, or captcha is required
  - `success` boolean
  - `isCaptchaRequired` boolean — Captcha is set to true if captcha is required from user to perform action
  - `notificationMuted` boolean

## Other responses

- `400` — 1: The target user is invalid or does not exist. 6: Invalid parameters. 8: The user cannot follow itself.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed 2: The user is banned from performing operation. 3: The user is blocked from performing this action. 14: The user has not passed the captcha.
- `429` — 9: The flood limit has been exceeded.

## Changes

- **2026-08-25** `15343b76e5a1` — 2 info
  - added the optional property `notificationMuted` to the response with the `200` status (media type: application/json)
  - added the optional property `notificationMuted` to the response with the `200` status (media type: text/json)

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/users/:targetUserId/follow/post.md)

---

[API](https://skmtc.dev/roblox/apis/roblox-api.md) · [All operations](https://skmtc.dev/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/roblox/roblox-api/revisions/997412c1cdd2/schema)
