v1
latestOpenAPI 3.0.42026-08-068161,1253.1 MBGroups
Get Group
Gets the specified group.
get/cloud/v2/groups/{group_id}
Path parameters
group_idstring required
The group ID.
Response
OK
Example 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
}