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,
- Go here: https://groups.roblox.com/docs#!/Groups/get_v2_groups
- Put a group ID in the parameters field
- Press “Try it out” and observe the missing memberCount field.
This is what it says its supposed to return:
This is what it actually returns:
Notice the lack of “memberCount” despite the successful response.