How can I get the newest members of the group, I’ve tried using https://groups.roblox.com/v1/groups/5114770/users?sortOrder=desc&limit=100
but that returns a seemingly random order of group members.
How can I get the newest members of a group?
How can I get the newest members of the group, I’ve tried using https://groups.roblox.com/v1/groups/5114770/users?sortOrder=desc&limit=100
but that returns a seemingly random order of group members.
How can I get the newest members of a group?
So I used the docs try it out feature, and works. The issue was I messed up the capitalisation of Desc
You cannot do this natively in a GET request. You will have to manually sort the results by JoinDate
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.