userFollowersCount
Gets the followers count for a specific user.
Parameters
Name | Type | Description |
---|---|---|
userId | Identifier | The id of the user to get the follower count for. |
Example
const { data: followersCount } = await ClassicFriendsApi.userfollowersCount({ userId: 45348281 });
Endpoint
GET /v1/users/{userId}/followers/count