Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the group bans API #22

Open
antipoly opened this issue Jan 4, 2025 · 0 comments
Open

Add the group bans API #22

antipoly opened this issue Jan 4, 2025 · 0 comments

Comments

@antipoly
Copy link

antipoly commented Jan 4, 2025

New method on the groups API:

banMember({ groupId: Identifier, userId: Identifier })
POST https://groups.roblox.com/v1/groups/{groupId}/bans/{userId}

unbanMember({ groupId: Identifier, userId: Identifier })
DELETE https://groups.roblox.com/v1/groups/{groupId}/bans/{userId}

groupBans({ groupId: Identifier, limit, sortOrder, cursor })
GET https://groups.roblox.com/v1/groups/{groupId}/bans?cursor=&limit=&sortOrder=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant