Group memberships API returning invalid next page tokens

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.
image

2 Likes

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:

When I plug that nextPageToken into the next request, I receive the same error:

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.

Would appreciate any updates on this.

1 Like

Hello @syntaxsyntaxsyntax , this should be fixed now, can you confirm? Thank you!

1 Like

I can confirm that the issue has been fixed and that pagination works again. Thank you!

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