---
title: "Get the number of following a user has"
method: GET
path: "/v1/users/{targetUserId}/followings/count"
tags: ["Interactions", "Users"]
---

# Get the number of following a user has

`GET /v1/users/{targetUserId}/followings/count`

## Path parameters

- `targetUserId` integer, required

## Response `200`

OK

- RobloxFriendsApiFollowCountResponse — Response model for following or followers Count
  - `count` integer — Count of following or followers

## Other responses

- `400` — 1: The target user is invalid or does not exist.

---

[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/revisions/958b2b40425d/schema)
