Overview
Returns a function that fetches the total follower count of any user, identified byuserId. Authentication is optional — the endpoint works without a token. When the caller is signed in, any user with a block between them and the caller, in either direction, is excluded from the count. Block filtering requires the moderation bundle.
Usage Example
Parameters
The hook returns a function. That function accepts:string
required
The ID of the user whose follower count to fetch.
Returns
number
Total number of followers for the specified user.
Related
- useFetchFollowersCount — get count for the current user
- useFetchFollowersByUserId — fetch the full list

