Group

Attributes

pathstring
createTimestring
Output Only
updateTimestring
Output Only
idstring
Output Only
displayNamestring
descriptionstring
ownerstring
Output Only
memberCountnumber
Output Only
publicEntryAllowedboolean
lockedboolean
Output Only
verifiedboolean
Output Only
Base URL

https://apis.roblox.com
The Group Resource

{
"path": "groups/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"id": "7",
"displayName": "Roblox",
"description": "Official fan club of Roblox!",
"owner": "users/21557",
"memberCount": 10196297,
"publicEntryAllowed": true,
"locked": true,
"verified": true
}

Group

Get Group
Beta

GET /cloud/v2/groups/{group_id}
RequestPath Parameters
group_idstring
Required
ResponseGroup
GET /cloud/v2/groups/{group_id}

curl -L -X GET 'https://apis.roblox.com/cloud/v2/groups/{group_id}' \
-H 'x-api-key: {your-api-key}'
Response

{
"path": "groups/123",
"createTime": "2023-07-05T12:34:56Z",
"updateTime": "2023-07-05T12:34:56Z",
"id": "7",
"displayName": "Roblox",
"description": "Official fan club of Roblox!",
"owner": "users/21557",
"memberCount": 10196297,
"publicEntryAllowed": true,
"locked": true,
"verified": true
}