---
title: "Follow a user"
method: POST
path: "/v1/users/{targetId}/follow"
tags: ["following"]
---

# Follow a user

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

## Path parameters

- `targetId` string, uuid, required

## Response `200`

Successful response

- object
  - `id` string, required
  - `user_id` string, required
  - `target_id` string, required
  - `type` 'friend' | 'follow' | 'block' | 'mute' | 'notification_mute', required
  - `created_at` string, required
  - `updated_at` string, required

## Other responses

- `404` — Resource not found

---

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