Retrieve count of members recently added to a group
GET
/api/v4/analytics/group_activity/new_members_count
Retrieves the count of members recently added to a specified group.
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Query Parameters
Section titled “Query Parameters”group_path
required
string
Group path
Responses
Section titled “Responses”OK
Media typeapplication/json
object
new_members_count
Number of new members. Limited to 1000
integer
Example
{ "new_members_count": 3}Bad Request