powered by
Returns a list of community members
getGroupsMembers( group_id = "", sort = "", offset = "", count = "", fields = "", filter = "", v = getAPIVersion() )
ID or screen name of the community
Sort order
Offset needed to return a specific subset of community members
Number of community members to return (maximum value 1000)
List of additional fields to be returned
friends - only friends in this community will be returned; unsure - only those who pressed 'I may attend' will be returned (if it's an event)
Version of API
# NOT RUN { members <- getGroupsMembers(1, fields='sex,bdate,city') # }
Run the code above in your browser using DataLab