Skip to main content
Version: 5.7.0

SysUpdateGroupEntityAcl

Update the acl settings for a group entity, bypassing ownership/ACL checks.

ServiceOperation
groupSYS_UPDATE_GROUP_ENTITY_ACL

Method Parameters

ParameterDescription
groupIdThe id of the group.
entityIdThe id of the entity to update.
aclAccess control list for the group entity.

Usage

http://localhost:3000
// Cloud Code only. To view example, switch to the Cloud Code tab
JSON Response
{
"data": {
"createdAt": 1666994425075,
"entityType": "myEntityType",
"groupId": "2bf538d1-19ea-4e14-9862-f979215e09b7",
"entityId": "e62dfe16-e6ec-4ebf-b044-2bb3626027e8",
"acl": {
"member": 1,
"other": 0
},
"ownerId": null,
"version": 2,
"updatedAt": 1666994963444
},
"status": 200
}