Skip to main content
Version: 5.7.0

SysReadGroup

Retrieve information about the group, bypassing ownership/ACL checks.

ServiceOperation
groupSYS_READ_GROUP

Method Parameters

ParameterDescription
groupIdID of the group

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": {
"gameId": "123456",
"groupId": "69191b48-0cb1-4538-9758-e2f5ef4c524b",
"ownerId": "b67b2d73-1e8c-42e9-9be5-9c1879a48555",
"name": "test22",
"groupType": "test",
"createdAt": 1462462308991,
"updatedAt": 1462462308991,
"members": {
"b67b2d73-1e8c-42e9-9be5-9c1879a48555": {
"role": "OWNER",
"attributes": {}
}
},
"pendingMembers": {},
"version": 1,
"data": {},
"isOpenGroup": false,
"defaultMemberAttributes": {},
"memberCount": 1,
"invitedPendingMemberCount": 0,
"requestingPendingMemberCount": 0,
"acl": {
"other": 1,
"member": 1
}
}
}