What is the endpoint for getting a user's rank in a group?

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

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: https://github.com/matthewdean/roblox-web-apis#group-apis

4 Likes