Skip to main content
Version: 5.7.0

SysReadGroupMembers

Read all members in the group, bypassing ownership/ACL checks.

ServiceOperation
groupSYS_READ_GROUP_MEMBERS

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": {
"ee8cad26-16f2-4ef8-9045-3aab84ce6362": {
"role": "OWNER",
"attributes": {},
"playerName": "Peter",
"emailAddress": "klug@bitheads.com",
"pic": "https://some.domain.com/mypicture.jpg",
"summaryFriendData": {
"xp": 12,
"attributeName": "value"
}
},
"295c510f-507f-4bcf-80e1-ebc73708ec3c": {
"role": "MEMBER",
"attributes": {},
"playerName": "Billy",
"emailAddress": "billy@bitheads.com",
"pic": null
}
}
}