---
title: "Returns whether or not the current user is following each userId in a list of userIds"
method: POST
path: "/v1/user/following-exists"
tags: ["Interactions"]
---

# Returns whether or not the current user is following each userId in a list of userIds

`POST /v1/user/following-exists`

## Request body

- RobloxFriendsApiFollowingExistsRequestModel — Request model for FollowingExists endpoint
  - `targetUserIds` integer[] — The userIds which the user may or may not be following.

## Response `200`

OK

- RobloxFriendsApiModelsResponseFollowingExistsResponseModel — Response model for FollowingExists endpoint.
  - `followings` RobloxFriendsApiModelsResponseFollowingExistsResponse[] — A list of userIds and whether or not the given user is following them.
    - `isFollowing` boolean — Whether or not a user is following userId in FriendsController.FollowingExists
    - `isFollowed` boolean — Whether or not a user is followed by userId in FriendsController.FollowingExists
    - `userId` integer — The userId being potentially followed

## Other responses

- `400` — 0: An invalid userId was passed in.
- `401` — 0: Authorization has been denied for this request.
- `403` — 0: Token Validation Failed
- `503` — 1: Followers are disabled at this time.

---

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