Skip to main content
Version: 5.7.0

SysSetGroupOpen

Set whether a group is open (true) or closed (false), bypassing ownership/ACL checks.

ServiceOperation
groupSYS_SET_GROUP_OPEN

Method Parameters

ParameterDescription
groupIdID of the group
isOpenGrouptrue if group is open; false if closed

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"status": 200,
"data": null
}