Group

属性

pathstring
createTimestring
仅输出
updateTimestring
仅输出
idstring
仅输出
displayNamestring
descriptionstring
ownerstring
仅输出
memberCountnumber
仅输出
publicEntryAllowedboolean
lockedboolean
仅输出
verifiedboolean
仅输出
基本网址

https://apis.roblox.com/cloud
Group 资源

{
"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}
请求路径参数
groupstring
必填
答复Group
GET /cloud/v2/groups/{group}

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

{
"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
}