A Node.js program that allows you to perform actions using a ROBLOX account using HttpService.
All of the following API endpoints are in JSON and require the specified parameters as well as an authKey parameter for authentication.
Parameters:
- groupId
- [integer] The groupId for the group
- userId
- [integer] The userId for the user whose rank should be modified
- rank
- [integer 1-254] The new rank for the user
Parameters:
- groupId
- [integer] The groupId for the group
- username
- [string] The username of the user (not sure why ROBLOX's API uses a username, but it does)
- accept
- [boolean] Whether or not to accept the user
Parameters:
- groupId
- [integer] The groupId for the group
- userId
- [integer] The userId for the user who should be exiled
- deletePosts
- [boolean] [optional, default =
false] Whether or not all of the wall posts made by the specified user should be deleted
- [boolean] [optional, default =
Parameters:
- groupId
- [integer] The groupId for the group
- message
- [string] The shout message
Parameters:
- groupId
- [integer] The groupId for the group
- message
- [string] The wall post message