Groups API v2 no longer returns "memberCount"

As the title states, the Roblox Group’s API V2 endpoint /v2/groups no longer returns the field memberCount.

This issue was first detected yesterday, 5/28/2021, and has seen a consistent result.

To reproduce,

  1. Go here: https://groups.roblox.com/docs#!/Groups/get_v2_groups
  2. Put a group ID in the parameters field
  3. Press “Try it out” and observe the missing memberCount field.

This is what it says its supposed to return:
image

This is what it actually returns:
image

Notice the lack of “memberCount” despite the successful response.

1 Like

This is an intentional change. If you need to fetch the member count of a group, please use https://groups.roblox.com/docs#!/Groups/get_v1_groups_groupId.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.