---
title: "Follow user"
method: POST
path: "/v2/farcaster/user/follow/"
tags: ["User"]
---

# Follow user

`POST /v2/farcaster/user/follow/`

Follow a user 
(In order to follow a user `signer_uuid` must be approved)

## Request body

- FollowReqBody
  - `signer_uuid` string, required — UUID of the signer. `signer_uuid` is paired with API key, can't use a `uuid` made with a different API key.
  - `target_fids` integer[], required

## Response `200`

Success

- BulkFollowResponse
  - `details` FollowResponse[], required
    - `hash` string, required
    - `success` boolean, required
    - `target_fid` integer, required — The unique identifier of a farcaster user or app (unsigned integer)
  - `success` boolean, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Resource not found
- `500` — Server Error

---

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