---
title: "Follow or unfollow another user"
method: POST
path: "/users/{userID}/follow"
tags: ["users"]
---

# Follow or unfollow another user

`POST /users/{userID}/follow`

This endpoint will follow or unfollow another user.

## Path parameters

- `userID` integer, required

## Response `200`

Successful Kurozora JSON response

- object

## Other responses

- `400` — Error Kurozora JSON response

## Changes

- **2021-05-13** `85ac20c1b7bb` — 4 info
  - the endpoint scheme security `kurozoraBearer` was added to the API
  - the endpoint scheme security `apiKey` was removed from the API
  - the endpoint scheme security `bearerAuth` was removed from the API
  - removed the non-success response with the status `403`

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

---

[API](https://skmtc.dev/kurozora/apis/kurozora-api.md) · [All operations](https://skmtc.dev/kurozora/apis/kurozora-api/llms.txt) · [OpenAPI document](https://skmtc.dev/kurozora/apis/kurozora-api/revisions/ea994102e8fc?raw)
