I’ve looked on the groups.roblox site but I’m not sure which one is the correct one.
I don’t really understand what your issue is. We need more information on what you are trying to accomplish. Please follow this format: About the Scripting Support category
1 Like
I want to retrieve a user’s rank in a specified group using an endpoint. Something like “/groups/{groupid}/userId/{userId}/rank
”
1 Like
I’m pretty sure this is depreciated so use it at your own risk, but you can send a GET request to this endpoint:
https://assetgame.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=USER_ID_HERE&groupid=GROUP_ID_HERE
For reference I got it from here: GitHub - matthewdean/roblox-web-apis: List of Roblox web APIs
3 Likes