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

## 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.

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
