Skip to content

Join Group


Makes Account Join Group


GET /api/roblox/join-group
Terminal window
https://api.cookie-api.com/api/roblox/join-group


URL Parameters
workspace_id<workspace id>

{
"cookie": "_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_Super secret cookieee",
"user_id": "number",
"group_id": "number"
}

curl --location 'https://api.cookie-api.com/api/roblox/join-group?workspace_id=735591' \
--header 'Authorization: API_Key' \
--header 'Content-Type: application/json' \
--data '{
"cookie": "_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_Super secret cookie",
"user_id": "4781684577",
"group_id": "33545359"
}'

Responses
{
"success": true
}