Get list of groups with asset publish permissions?

I’m trying to get a list of groups that a user has publish asset permissions with. I know you can get a list of the groups that a user is part of with GroupService:GetGroupsAsync, but that at best returns the rank in the group which doesn’t actually tell me if the user can publish assets to that group or not.

Is there any way to do this?

Not quite a solution, but I did find https://develop.roblox.com/v1/user/groups/canmanage
https://develop.roblox.com//docs/index.html?urls.primaryName=Develop%20Api%20v1

Not ideal b/c I’d get blocked trying to call this from within studio, but this may be the answer afaik.

As I haven’t tested myself, I’m not certain, but that appears to be the Roblox API you’re making use of if I’m correct? In which case, you can most likely use a proxy service to use that API; again, I haven’t tried so in a very long time, but I believe there are services like RoProxy that exist out there to make use of Roblox’s API, providing another area to access it from.

Yes that’s my understanding as well. Ideally there’s a solution where I don’t need a proxy (i.e. a built-in method of some kind), but as far as I can tell that doesn’t exist.

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