When attempting to pull a list of all group members through the group membership API, you are unable to use the nextPageToken that it returns to paginate through all of the total possible data that it can return. This issue has started to occur sometime last week and has been functional prior to it happening. It appears that this issue only affects the group memberships endpoint (GET /cloud/v2/groups/{group_id}/memberships) as all other open cloud APIs that feature pagination continues to work perfectly without any issues.
Attempting to use any nextPageToken returned for subsequent requests will yield an “INVALID_ARGUMENT” error shown below.
I’m also running into the same issue. I can successfully retrieve the first page of group
memberships and the response seemingly includes a valid nextPageToken:
It doesn’t seem like a formatting or encoding issue on my end, and the problem is consistent across different groups and environments. Definitely seems like a backend issue on Roblox’s side.