friends_count_invitable_friends
This endpoint is used to get a count of a user’s friends who can be invited to a given group.
Resource URL
http://localhost/api/userplus/friends_count_invitable_friends/
Method
POST
Required Parameters
- user_id ID of the user whose friends are being counted.
- group_id ID of the group friends are being invited to.
- key – get API key from Settings > User Plus
Sample Request URL
http://localhost/api/userplus/friends_count_invitable_friends/?key=KEY-HERE&user_id=1&group_id=3
Related Endpoints
- friends
- friends_accept_friendship
- friends_add_friend
- friends_check_friendship
- friends_friend_count
- friends_friend_count_for_user
- friends_friend_ids